Pathfinder bugfixes

This commit is contained in:
Anuken
2024-09-18 19:22:51 -04:00
parent e521a56712
commit ab39291626
5 changed files with 30 additions and 11 deletions

View File

@@ -159,7 +159,7 @@ public class PausedDialog extends BaseDialog{
return;
}
if(control.saves.getCurrent() == null || !control.saves.getCurrent().isAutosave() || wasClient || state.gameOver){
if(control.saves.getCurrent() == null || !control.saves.getCurrent().isAutosave() || wasClient || state.gameOver || disableSave){
logic.reset();
return;
}