X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=svvm_cmds.c;h=c251f370ab6529160a17ee9f2e4f10d7468e619f;hp=c6def35f1826bd486f7511fea09781b026ed471d;hb=52833855527530cf136cebeabbe55e268de17c0d;hpb=5a0fb4633e091c222a11fb6b2fd9c00f9af4717a diff --git a/svvm_cmds.c b/svvm_cmds.c index c6def35f..c251f370 100644 --- a/svvm_cmds.c +++ b/svvm_cmds.c @@ -2476,7 +2476,7 @@ PF_gettaginfo, // #452 vector(entity ent, float tagindex) gettaginfo (DP_QC_G PF_dropclient, // #453 void(entity clent) dropclient (DP_SV_DROPCLIENT) PF_spawnclient, // #454 entity() spawnclient (DP_SV_BOTCLIENT) PF_clienttype, // #455 float(entity clent) clienttype (DP_SV_BOTCLIENT) -PF_WriteUnterminatedString, // #456 +PF_WriteUnterminatedString, // #456 void(float to, string s) WriteUnterminatedString (DP_SV_WRITEUNTERMINATEDSTRING) NULL, // #457 NULL, // #458 NULL, // #459