]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix syntax error in stuffto code
authorRudolf Polzer <divverent@xonotic.org>
Wed, 15 Aug 2012 09:36:01 +0000 (11:36 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Wed, 15 Aug 2012 09:36:01 +0000 (11:36 +0200)
qcsrc/server/command/sv_cmd.qc

index 10f725f32f7c3e6cf815f731e71125076c571bbe..4699049d2deece5103cd4fd67b94be28d1085083 100644 (file)
@@ -1351,7 +1351,7 @@ void GameCommand_stuffto(float request, float argc)
                {
                        if(argv(2))
                        {
-                               entity client = GetIndexedEntity(argc, 1));
+                               entity client = GetIndexedEntity(argc, 1);
                                float accepted = VerifyClientEntity(client, TRUE, FALSE);
                                
                                if(accepted > 0)