X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=sv_main.c;h=0fcde551b9f25be19878fdad09eb01be3fd14511;hb=df96a719a2e77a0fc8175c003bf261b0016cefae;hp=15a728968588dcfdcba8738cef21baeeac41f069;hpb=ff8d70aa70289d8978b991f0214de17b0c5e1aed;p=xonotic%2Fdarkplaces.git diff --git a/sv_main.c b/sv_main.c index 15a72896..0fcde551 100644 --- a/sv_main.c +++ b/sv_main.c @@ -2016,7 +2016,7 @@ int SV_ParticleEffectIndex(const char *name) argc = 0; for (;;) { - if (!COM_ParseToken(&text, true) || !strcmp(com_token, "\n")) + if (!COM_ParseToken_Simple(&text, true) || !strcmp(com_token, "\n")) break; if (argc < 16) {