Remove getServerName()

This commit is contained in:
MattBDev
2016-07-05 23:43:08 -04:00
parent ca8b82dcbe
commit 8b0e59209c
5 changed files with 3 additions and 26 deletions

View File

@ -293,11 +293,6 @@ public class SpongeMain implements IPlotMain {
Sponge.getEventManager().registerListeners(this, new WorldEvents());
}
@Override
public String getServerName() {
throw new UnsupportedOperationException("NOT IMPLEMENTED YET");
}
@Override
public void startMetrics() {
SpongeMetrics metrics = new SpongeMetrics(this.game, this.plugin);