Fixed error on exiting with custom map on server
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user