We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0e5ee commit 067481bCopy full SHA for 067481b
client/src/agolf/game/GameCanvas.java
@@ -62,7 +62,7 @@ public class GameCanvas extends GameBackgroundCanvas implements Runnable, MouseM
62
private boolean aBoolean2843;
63
64
// aimbot stuff
65
- final private boolean allowCheating = false;
+ final private boolean allowCheating = true;
66
private double hackedX = 0;
67
private double hackedY = 0;
68
private boolean isCheating = false;
0 commit comments