1
0

Added "primaryserverversion" to the "help" list.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1060 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2012-11-20 21:41:33 +00:00
parent 2fcdbfd428
commit 51553b9306

View File

@ -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;
}