3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-18 12:30:06 +01:00

Totally useless commit to satisfy lukegb's outrageous demands

Dieser Commit ist enthalten in:
Dinnerbone 2011-02-02 18:23:19 +00:00
Ursprung 04be2b9b31
Commit c1c61b73c9

Datei anzeigen

@ -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 + '}';
}
}