geforkt von Mirrors/Paper
Totally useless commit to satisfy lukegb's outrageous demands
By: Dinnerbone <dinnerbone@dinnerbone.com>
Dieser Commit ist enthalten in:
Ursprung
f981a18f45
Commit
b9e5c762b3
@ -181,4 +181,9 @@ public final class CraftServer implements Server {
|
|||||||
commandMap.clearCommands();
|
commandMap.clearCommands();
|
||||||
loadPlugins();
|
loadPlugins();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "CraftServer{" + "serverName=" + serverName + "serverVersion=" + serverVersion + "protocolVersion=" + protocolVersion + '}';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren