Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit a921b22

Browse files
committed
Oops
1 parent ca65e5a commit a921b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Base.rte/Activities/Test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ end
5757
function Test:UpdateActivity()
5858
if self.ActivityState == Activity.EDITING then
5959
-- Game is in editing or other modes, so open all does and reset the game running timer
60-
--MovableMan:OpenAllDoors(true, Activity.NOTEAM)
60+
MovableMan:OpenAllDoors(true, Activity.NOTEAM)
6161
-- self.StartTimer:Reset()
6262
end
6363
end

0 commit comments

Comments
 (0)