mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-14 08:08:35 +00:00
fix autowiping
so it can work with reloads
This commit is contained in:
@ -20,7 +20,7 @@ public class ServiceManager
|
||||
registerService(new BanService());
|
||||
registerService(new GameRuleService());
|
||||
registerService(new UpdateCheckerService());
|
||||
if (Plex.get().config.getBoolean("autowipe.enabled")) registerService(new AutoWipeService());
|
||||
registerService(new AutoWipeService());
|
||||
}
|
||||
|
||||
public void startServices()
|
||||
|
Reference in New Issue
Block a user