Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredWeakStrike committed Jun 26, 2024
1 parent 947e75d commit 5616920
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions worlds/kh2/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@ def on_package(self, cmd: str, args: dict):
try:
self.kh2 = pymem.Pymem(process_name="KINGDOM HEARTS II FINAL MIX")
if self.kh2_game_version is None:
#yourmom = self.kh2_read_string(0x09A9830, 4)
#yourdad = self.kh2_read_string(0x09A92F0, 4)
if self.kh2_read_string(0x09A9830, 4) == "KH2J":
self.kh2_game_version = "STEAM"
self.Now = 0x0717008
Expand Down

0 comments on commit 5616920

Please sign in to comment.