mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-23 04:13:01 +02:00
minor afteload fix in world.lua (#2815)
This commit is contained in:
@@ -2425,6 +2425,9 @@ function World:afterLoad(old, new)
|
||||
self:resetSideObjects()
|
||||
end
|
||||
|
||||
if old < 132 then
|
||||
self.app = self.ui.app
|
||||
end
|
||||
if old < 153 then
|
||||
-- Set the new variable next_emergency_date
|
||||
-- Also set the new variable next_emergency
|
||||
|
Reference in New Issue
Block a user