Removed super dated toString in plugin main class.

This commit is contained in:
Jeremy Wood 2019-08-02 21:49:11 -04:00
parent 841598232c
commit 926e23bf19
1 changed files with 0 additions and 5 deletions

View File

@ -177,11 +177,6 @@ public class MultiverseCore extends JavaPlugin implements MVPlugin, Core {
teleportQueue.put(teleportee, teleporter);
}
@Override
public String toString() {
return "The Multiverse-Core Plugin";
}
/**
* {@inheritDoc}
* @deprecated This is now deprecated, nobody needs it any longer.