Possible minimap fog update fix for servers
This commit is contained in:
@@ -489,7 +489,7 @@ public class ServerControl implements ApplicationListener{
|
||||
});
|
||||
|
||||
handler.register("pause", "<on/off>", "Pause or unpause the game.", arg -> {
|
||||
if(!state.isMenu()){
|
||||
if(state.isMenu()){
|
||||
err("Cannot pause without a game running.");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user