Slight cleanup and better support for server reloads

This commit is contained in:
Luck
2016-06-17 20:06:45 +01:00
Unverified
parent 50f4a84d04
commit 20f34d9b45
6 changed files with 33 additions and 13 deletions
@@ -52,6 +52,11 @@ public class LPBungeePlugin extends Plugin implements LuckPermsPlugin {
}
}
@Override
public void onDisable() {
datastore.shutdown();
}
@Override
public String getVersion() {
return VERSION;