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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user