master
TenPlus1 2016-10-29 16:41:16 +01:00
parent 31db77bab3
commit b1048cc892
1 changed files with 1 additions and 1 deletions

View File

@ -2582,7 +2582,7 @@ function mobs:spawn(def)
local active_object_count = def.active_object_count or 1
local min_height = def.min_height or -31000
local max_height = def.max_height or 31000
local day_toggle = def.day_toggle or nil
local day_toggle = def.day_toggle
local on_spawn = def.on_spawn
mobs:spawn_specific(name, nodes, neighbors, min_light, max_light, interval,