Skip to content

Commit 987746d

Browse files
Remove loader detection
1 parent db70860 commit 987746d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/parallelmc/parallelutils/modules/performanceTools/PerformanceTools.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ public void onEnable() {
4141
puPlugin.addCommand("loadedChunks", new FindLoadedChunksCommand());
4242

4343
//start searching for chunk loaders every [time]
44-
loaderDetector = new LoaderDetectorTask().runTaskTimer(plugin,0,20*60*60*CLDhours);
44+
//loaderDetector = new LoaderDetectorTask().runTaskTimer(plugin,0,20*60*60*CLDhours);
4545
}
4646

4747
@Override
4848
public void onDisable() {
49-
loaderDetector.cancel();
49+
//loaderDetector.cancel();
5050
}
5151
}

0 commit comments

Comments
 (0)