ruby: fix spawn_liquid for 40.06

develop
jj 2014-08-08 12:25:30 +02:00
parent 0983728e14
commit 0f99ea0ccb
1 changed files with 1 additions and 1 deletions

@ -297,7 +297,7 @@ module DFHack
mapblock.flags.update_liquid = true
mapblock.flags.update_liquid_twice = true
zf = df.world.map.z_level_flags[z]
zf = df.world.map_extras.z_level_flags[z]
zf.update = true
zf.update_twice = true
end