mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
Totally useless commit to satisfy lukegb's outrageous demands
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
f981a18f45
commit
b9e5c762b3
1 changed files with 5 additions and 0 deletions
|
@ -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 + '}';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue