mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-25 22:58:47 +07:00
Fixed menus pausing in multiplayer
This commit is contained in:
parent
b75b04fcf6
commit
ac5cec5cf2
@ -651,7 +651,9 @@ public class Control implements ApplicationListener, Loadable{
|
||||
ui.chatfrag.hide();
|
||||
}else if(!ui.paused.isShown() && !scene.hasDialog()){
|
||||
ui.paused.show();
|
||||
state.set(State.paused);
|
||||
if(!net.active()){
|
||||
state.set(State.paused);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user