Possible minimap fog update fix for servers

This commit is contained in:
Anuken
2022-11-04 15:14:06 -04:00
parent 13d726108b
commit f9d7c172c4
3 changed files with 9 additions and 2 deletions

View File

@ -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;
}