From 413c5d243ab4b166a7d2963995a95021423a7d5a Mon Sep 17 00:00:00 2001 From: cloudwalk Date: Mon, 21 Dec 2020 16:36:53 +0000 Subject: [PATCH] sv_ccmds: Comment fix git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@13076 d7cf8633-e32d-0410-b094-e92efae38249 --- sv_ccmds.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.39.2