]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_user.c
add an error check for invalid maxfrac before returning it, nothing significant
[xonotic/darkplaces.git] / sv_user.c
index 41fae363c19fc80796a796a7117df4d2d3829191..1213e6f11b3368333cf4a00bcc4bb4854fb5e026 100644 (file)
--- a/sv_user.c
+++ b/sv_user.c
@@ -654,8 +654,7 @@ void SV_RunClients (void)
                        continue;
                }
 
-               // always pause in single player if in console or menus
-               if (!sv.paused && (svs.maxclients > 1 || key_dest == key_game) )
+               if (sv.frametime)
                {
                        // LordHavoc: QuakeC replacement for SV_ClientThink (player movement)
                        if (SV_PlayerPhysicsQC)