]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Use the correct name for the grab key in the sandbox help system
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 25 Oct 2011 09:12:29 +0000 (12:12 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 25 Oct 2011 09:12:29 +0000 (12:12 +0300)
qcsrc/server/mutators/sandbox.qc

index 7bb4ad1b2477efc03723b4f7bb7b25b956a4f290..4b6d9cb4a9221601343f9cc570c242fc00f03947 100644 (file)
@@ -16,7 +16,7 @@ MUTATOR_HOOKFUNCTION(sandbox_PlayerCommand)
                        print_to(self, "^7\"^2spawn_object ^3models/foo/bar.md3^7\" spawns a new object in front of the player, and gives it the specified model");
                        print_to(self, "^7\"^2spawn_item ^3item^7\" spawns the specified item in front of the player. Only weapons are currently supported");
                        print_to(self, "^7\"^2remove_object^7\" removes the object the player is looking at. Players can only remove their own objects");
-                       print_to(self, "^1button8 ^7can be used to grab and carry objects. Players can only grab their own objects");
+                       print_to(self, "^7The ^1drag object ^key can be used to grab and carry objects. Players can only grab their own objects");
                        return TRUE;
                }
                else if(argv(1) == "spawn_object")