Pathfinder bugfixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user