Merge pull request #190 from hulkhan22/fix/turning-off-generator-stops-crafts

fix: Non-instant hideout upgrade completes instantly after game restart
This commit is contained in:
Chomp
2025-04-27 19:31:27 +01:00
committed by GitHub
@@ -140,7 +140,7 @@ public class HideoutController(
var timestamp = _timeUtil.GetTimeStamp();
profileHideoutArea.CompleteTime = (int) Math.Round(timestamp - ctime.Value);
profileHideoutArea.CompleteTime = (int) Math.Round(timestamp + ctime.Value);
profileHideoutArea.Constructing = true;
}
}