Improvements

This commit is contained in:
Lemon
2018-03-26 16:26:21 +05:00
committed by Lemon
parent affe77c203
commit a63681d4a3
2 changed files with 25 additions and 5 deletions

View File

@ -248,7 +248,7 @@ public class TotalFreedomMod extends AeroPlugin<TotalFreedomMod>
plugin.pa.autoAddSpawnpoints();
}
}.runTaskLater(plugin, 60L);
//little workaround to stop spigot from autorestarting - causing AMP to detach from process.
// little workaround to stop spigot from autorestarting - causing AMP to detach from process.
SpigotConfig.config.set("settings.restart-on-crash", false);
}