mirror of
https://github.com/MilkBowl/Vault.git
synced 2025-02-20 06:11:38 +01:00
removed disable message, bukkit handles this now.
This commit is contained in:
parent
6be4bb55bb
commit
d531753ea4
@ -98,8 +98,6 @@ public class Vault extends JavaPlugin {
|
|||||||
public void onDisable() {
|
public void onDisable() {
|
||||||
// Remove all Service Registrations
|
// Remove all Service Registrations
|
||||||
getServer().getServicesManager().unregisterAll(this);
|
getServer().getServicesManager().unregisterAll(this);
|
||||||
|
|
||||||
log.info(String.format("[%s] Disabled Version %s", getDescription().getName(), getDescription().getVersion()));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user