mirror of
https://github.com/YouHaveTrouble/PreventStabby.git
synced 2026-05-12 05:16:55 +00:00
fixed couple of issues
This commit is contained in:
@@ -33,6 +33,7 @@ public final class TogglePvp extends JavaPlugin {
|
||||
getLogger().severe("Error with accessing database. Check if server has write rights.");
|
||||
getLogger().severe("Plugin will now disable.");
|
||||
getServer().getPluginManager().disablePlugin(this);
|
||||
return;
|
||||
}
|
||||
playerManager = new PlayerManager();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user