Removed debug code

This commit is contained in:
RePixelatedMC
2023-12-24 14:40:41 +01:00
parent aef05bad20
commit 2193b02c0a
@@ -38,7 +38,6 @@ public class IrisEngineSVC implements IrisService {
tectonicLimit.getAndAdd(1); tectonicLimit.getAndAdd(1);
t = t - 250; t = t - 250;
} }
tectonicLimit.set(10); // DEBUG CODE
this.setup(); this.setup();
cacheTicker.start(); cacheTicker.start();
trimTicker.start(); trimTicker.start();