Totally useless commit to satisfy lukegb's outrageous demands

This commit is contained in:
Dinnerbone 2011-02-02 18:23:19 +00:00
parent 04be2b9b31
commit c1c61b73c9

View File

@ -181,4 +181,9 @@ public final class CraftServer implements Server {
commandMap.clearCommands();
loadPlugins();
}
@Override
public String toString() {
return "CraftServer{" + "serverName=" + serverName + "serverVersion=" + serverVersion + "protocolVersion=" + protocolVersion + '}';
}
}