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

@@ -111,7 +111,7 @@ public class Saves{
if(state.isGame() && !state.gameOver && current != null && current.isAutosave()){
time += Time.delta;
if(time > Core.settings.getInt("saveinterval") * 60){
if(time > Core.settings.getInt("saveinterval") * 60 && !Vars.disableSave){
saving = true;
try{