]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
sv_ccmds: Comment fix
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 21 Dec 2020 16:36:53 +0000 (16:36 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 21 Dec 2020 16:36:53 +0000 (16:36 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@13076 d7cf8633-e32d-0410-b094-e92efae38249

sv_ccmds.c

index b995ff7a2ad1c4de34677ac488adf4e98a39e2f6..31359d0f144d092c14a38f8c72167bd9225d178c 100644 (file)
@@ -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;