From c5419292827e744dc62526b743fb9c001e139a85 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 1 Apr 2023 17:09:10 +0200 Subject: [PATCH] typo --- hack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack.py b/hack.py index 1e36983..7129a52 100644 --- a/hack.py +++ b/hack.py @@ -90,7 +90,7 @@ class Hack(): if found: return found else: - raise MemoryError("Maybe then game isn't fully loaded yet?") + raise MemoryError("Maybe the game isn't fully loaded yet? Wait for menu screen") def find_uint(self, base, offset: int) -> int: """Find unsigned integer in memory for sure"""