Skip to content

Commit dcfdac2

Browse files
committed
chore: Re-enabled checksums on startup
1 parent 3d45f9d commit dcfdac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/jagex2/client/Client.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
public class Client extends GameShell {
2828

29-
public static boolean JAG_CHECKSUMS = false;
29+
public static boolean JAG_CHECKSUMS = true;
3030

3131
@ObfuscatedName("client.Pe")
3232
public static int nodeId = 10;

0 commit comments

Comments
 (0)