mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-25 22:58:47 +07:00
Fixed error on exiting with custom map on server
This commit is contained in:
parent
191c6e9016
commit
8eb4d25638
@ -106,7 +106,7 @@ public class PausedDialog extends FloatingDialog{
|
||||
return;
|
||||
}
|
||||
|
||||
if(control.saves.getCurrent() == null || !control.saves.getCurrent().isAutosave() || state.rules.tutorial){
|
||||
if(control.saves.getCurrent() == null || !control.saves.getCurrent().isAutosave() || state.rules.tutorial || Net.client()){
|
||||
state.set(State.menu);
|
||||
logic.reset();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user