Removed super dated toString in plugin main class.

(cherry picked from commit 926e23bf19)
This commit is contained in:
Jeremy Wood 2019-08-02 21:49:11 -04:00
parent 8610063307
commit ec9a13aa45

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.