mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00:00
Totally useless commit to satisfy lukegb's outrageous demands
This commit is contained in:
parent
04be2b9b31
commit
c1c61b73c9
1 changed files with 5 additions and 0 deletions
|
@ -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 + '}';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue