typo
This commit is contained in:
parent
ad8817a9ba
commit
c541929282
1 changed files with 1 additions and 1 deletions
2
hack.py
2
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"""
|
||||
|
|
Reference in a new issue