Skip to content

Commit

Permalink
Disable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeltumn committed Nov 24, 2024
1 parent 5c7490b commit 3a8273d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class NoxesiumConfig {
public boolean showFpsOverlay = false;
public boolean showGameTimeOverlay = false;
public boolean enableQibSystemDebugging = false;
public boolean disableExperimentalPerformancePatches = false; // On by default now!
public boolean disableExperimentalPerformancePatches = true; // Still off by default until thoroughly tested!
public boolean showGlowingSettings = false;
public boolean dumpIncomingPackets = false;
public boolean dumpOutgoingPackets = false;
Expand Down

0 comments on commit 3a8273d

Please sign in to comment.