mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 09:02:09 -07:00
Totally useless commit to satisfy lukegb's outrageous demands
This commit is contained in:
@@ -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 + '}';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user