From: cloudwalk Date: Mon, 21 Dec 2020 16:36:53 +0000 (+0000) Subject: sv_ccmds: Comment fix X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=413c5d243ab4b166a7d2963995a95021423a7d5a;p=xonotic%2Fdarkplaces.git sv_ccmds: Comment fix git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@13076 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sv_ccmds.c b/sv_ccmds.c index b995ff7a..31359d0f 100644 --- a/sv_ccmds.c +++ b/sv_ccmds.c @@ -1459,9 +1459,9 @@ static void SV_Ent_Create_f(cmd_state_t *cmd) } /* - * This is mostly for dedicated server console, but if the - * player gave a custom origin, we can ignore the traceline. - */ + * This is mostly for dedicated server console, but if the + * player gave a custom origin, we can ignore the traceline. + */ if(!strcmp(Cmd_Argv(cmd, i), "origin")) haveorigin = true;