]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
oops, didn't want this debug spam to be committed
[xonotic/darkplaces.git] / host_cmd.c
index e5d477cb3b15bd117d6078e8698baa107f0f50e1..350cef0ddf9336d26a27cdd046683009d981f9bf 100644 (file)
@@ -1716,7 +1716,7 @@ static void Host_Pause_f (void)
        {
                if (cmd_source == src_client)
                {
-                       if(cls.state == ca_dedicated || host_client == &svs.clients[0]) // non-admin
+                       if(cls.state == ca_dedicated || host_client != &svs.clients[0]) // non-admin
                        {
                                print("Pause not allowed.\n");
                                return;