]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/cmd.qc
Fix inconsistent ReadyCount() calling logic
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / cmd.qc
index 552d870e6bc742a8d07615054b7c47f154aa5522..e2d71597f44ae1f20369a8b6c7e2e2c59f38c90e 100644 (file)
@@ -393,9 +393,7 @@ void ClientCommand_ready(entity caller, int request)
                                        }
 
                                        caller.last_ready = time;
-
-                                       // cannot reset the game while a timeout is active!
-                                       if (!timeout_status) ReadyCount();
+                                       ReadyCount();
                                }
                        }
                        return;  // never fall through to usage