mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-29 14:18:23 +07:00
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