We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257fac3 commit 7ea972dCopy full SHA for 7ea972d
Memory/OffsetManager.cs
@@ -91,8 +91,8 @@ private static int GameVersion
91
public static float CurrentGameVersion = 7.2f;
92
public static bool IsChinese = true;
93
public static bool Is7_1 = true;
94
- public static bool Is7_15 = false;
95
- public static bool Is7_16 = false;
+ public static bool Is7_15 = true;
+ public static bool Is7_16 = true;
96
#else
97
98
public static bool IsChinese = false;
0 commit comments