From: Rudolf Polzer Date: Wed, 15 Aug 2012 09:36:01 +0000 (+0200) Subject: fix syntax error in stuffto code X-Git-Tag: xonotic-v0.7.0~282^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=503b522f7617f737cc1b814b27bf3b486b52de79;p=xonotic%2Fxonotic-data.pk3dir.git fix syntax error in stuffto code --- diff --git a/qcsrc/server/command/sv_cmd.qc b/qcsrc/server/command/sv_cmd.qc index 10f725f32..4699049d2 100644 --- a/qcsrc/server/command/sv_cmd.qc +++ b/qcsrc/server/command/sv_cmd.qc @@ -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)