diff options
-rw-r--r-- | source/Server.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Server.cpp b/source/Server.cpp index cc5e2a731..b8d5b113c 100644 --- a/source/Server.cpp +++ b/source/Server.cpp @@ -490,6 +490,7 @@ void cServer::ServerCommand(const AString & a_Cmd) printf("restart - Kicks all clients, and saves everything\n"); printf(" and clears memory\n"); printf("stop - Saves everything and closes server\n"); + printf("primaryserverversion - Gets or sets server version reported to 1.4+ clients\n"); printf("===================================================\n"); return; } |