We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b864cb3 commit 20e56ebCopy full SHA for 20e56eb
Data/Base.rte/Scripts/Global/Autosave.lua
@@ -5,7 +5,7 @@ end
5
6
function AutosaveScript:UpdateScript()
7
if self.autosaveTimer:IsPastRealTimeLimit() then
8
- if ActivityMan.GetActivity().AllowsUserSaving then
+ if ActivityMan:GetActivity().AllowsUserSaving then
9
ActivityMan:SaveGame("AutoSave");
10
end
11
self.autosaveTimer:Reset();
0 commit comments