X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fsv_cmd.qc;h=4699049d2deece5103cd4fd67b94be28d1085083;hb=503b522f7617f737cc1b814b27bf3b486b52de79;hp=10f725f32f7c3e6cf815f731e71125076c571bbe;hpb=802a0058147171be24c302c65b3b963312f1d6ab;p=xonotic%2Fxonotic-data.pk3dir.git 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)