Skip to content

Commit 7ea972d

Browse files
committed
fix: other china version fields
1 parent 257fac3 commit 7ea972d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Memory/OffsetManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ private static int GameVersion
9191
public static float CurrentGameVersion = 7.2f;
9292
public static bool IsChinese = true;
9393
public static bool Is7_1 = true;
94-
public static bool Is7_15 = false;
95-
public static bool Is7_16 = false;
94+
public static bool Is7_15 = true;
95+
public static bool Is7_16 = true;
9696
#else
9797
public static float CurrentGameVersion = 7.2f;
9898
public static bool IsChinese = false;

0 commit comments

Comments
 (0)