Fixed error on exiting with custom map on server

This commit is contained in:
Anuken 2019-08-19 09:42:45 -04:00
parent 191c6e9016
commit 8eb4d25638

View File

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