]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Changed description of the reset server command
authorz411 <z411@omaera.org>
Fri, 3 Dec 2021 02:58:24 +0000 (23:58 -0300)
committerz411 <z411@omaera.org>
Fri, 3 Dec 2021 02:58:24 +0000 (23:58 -0300)
qcsrc/server/command/sv_cmd.qc

index 3e4195e509491e8cf41b9fcfb8850d63acab9228..5b671fb09db1f12b25db27cd9a0ea8bd32e97fdc 100644 (file)
@@ -1670,7 +1670,7 @@ SERVER_COMMAND(nospectators, "Automatically remove spectators from a match") { G
 SERVER_COMMAND(printstats, "Dump eventlog player stats and other score information") { GameCommand_printstats(request); }
 SERVER_COMMAND(radarmap, "Generate a radar image of the map") { GameCommand_radarmap(request, arguments); }
 SERVER_COMMAND(reducematchtime, "Decrease the timelimit value incrementally") { GameCommand_reducematchtime(request); }
-SERVER_COMMAND(reset, "Soft restart the server and reset the players") { GameCommand_reset(request); }
+SERVER_COMMAND(reset, "Soft restart the game without changing teams, going back to warmup if enabled") { GameCommand_reset(request); }
 SERVER_COMMAND(setbots, "Adjust how many bots are in the match") { GameCommand_setbots(request, arguments); }
 SERVER_COMMAND(shuffleteams, "Randomly move players to different teams") { GameCommand_shuffleteams(request); }
 SERVER_COMMAND(stuffto, "Send a command to be executed on a client") { GameCommand_stuffto(request, arguments); }