]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_ccmds.c
Update a few cl_* cvar descriptions
[xonotic/darkplaces.git] / 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;