WIP game-over core pan
This commit is contained in:
@@ -124,7 +124,7 @@ public class PausedDialog extends BaseDialog{
|
||||
return;
|
||||
}
|
||||
|
||||
if(control.saves.getCurrent() == null || !control.saves.getCurrent().isAutosave() || wasClient){
|
||||
if(control.saves.getCurrent() == null || !control.saves.getCurrent().isAutosave() || wasClient || state.gameOver){
|
||||
logic.reset();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user