Another fix

This commit is contained in:
Paul Reilly 2023-03-10 19:27:20 -06:00
parent 49696f0c30
commit cbd3caaab3

View File

@ -27,7 +27,7 @@ public class TFShoppe extends JavaPlugin
if (plugin == null) if (plugin == null)
{ {
slf4j().error("TotalFreedomMod not found! Disabling..."); slf4j().error("TotalFreedomMod not found! Disabling...");
onDisable(); getServer().getPluginManager().disablePlugin(this);
return; return;
} }