mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-23 04:13:01 +02:00
Add latest change to 0.10 branch.
This commit is contained in:
@@ -280,5 +280,5 @@ function Machine:afterLoad(old, new)
|
||||
})
|
||||
end
|
||||
end
|
||||
return Entity.afterLoad(self, old, new)
|
||||
return Object.afterLoad(self, old, new)
|
||||
end
|
||||
|
@@ -561,6 +561,7 @@ function Object:afterLoad(old, new)
|
||||
if old < 52 then
|
||||
self.hospital = self.world:getLocalPlayerHospital()
|
||||
end
|
||||
return Entity.afterLoad(self, old, new)
|
||||
end
|
||||
|
||||
local all_pathfind_dirs = {[0] = true, [1] = true, [2] = true, [3] = true}
|
||||
|
Reference in New Issue
Block a user