removed disable message, bukkit handles this now.

This commit is contained in:
Sleaker 2012-06-27 15:15:17 -07:00
parent 6be4bb55bb
commit d531753ea4

View File

@ -98,8 +98,6 @@ public class Vault extends JavaPlugin {
public void onDisable() {
// Remove all Service Registrations
getServer().getServicesManager().unregisterAll(this);
log.info(String.format("[%s] Disabled Version %s", getDescription().getName(), getDescription().getVersion()));
}
@Override