]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix moveplayer command examples
authorterencehill <piuntn@gmail.com>
Fri, 10 Apr 2020 15:55:19 +0000 (17:55 +0200)
committerterencehill <piuntn@gmail.com>
Fri, 10 Apr 2020 15:55:19 +0000 (17:55 +0200)
qcsrc/server/command/sv_cmd.qc

index 5ff2d3472ae22ebbf2d3d898e0ecbd5f4ae4c910..e98680934cfa8472a3e98e39c32d71f6e85eb529 100644 (file)
@@ -1145,8 +1145,8 @@ void GameCommand_moveplayer(int request, int argc)
                        LOG_INFO("  'clients' is a list (separated by commas) of player entity ID's or nicknames");
                        LOG_INFO("  'destination' is what to send the player to, be it team or spectating");
                        LOG_INFO("  Full list of destinations here: \"spec, spectator, red, blue, yellow, pink, auto.\"");
                        LOG_INFO("  'clients' is a list (separated by commas) of player entity ID's or nicknames");
                        LOG_INFO("  'destination' is what to send the player to, be it team or spectating");
                        LOG_INFO("  Full list of destinations here: \"spec, spectator, red, blue, yellow, pink, auto.\"");
-                       LOG_INFO("Examples: sv_cmd moveplayer 1,3,5 red 3");
-                       LOG_INFO("          sv_cmd moveplayer 2 spec ");
+                       LOG_INFO("Examples: sv_cmd moveplayer 1,3,5 red");
+                       LOG_INFO("          sv_cmd moveplayer 2 spec");
                        LOG_INFO("See also: ^2allspec, shuffleteams^7");
                        return;
                }
                        LOG_INFO("See also: ^2allspec, shuffleteams^7");
                        return;
                }