forked from VoxeLibre/VoxeLibre
Remove comment now resolved
This commit is contained in:
parent
86a85bb487
commit
a25cced40e
|
@ -504,7 +504,6 @@ function mcl_mobs:mob_light_lvl(mob_name, dimension)
|
||||||
if not spawn_dictionary_consolidated[current_mob_name] then
|
if not spawn_dictionary_consolidated[current_mob_name] then
|
||||||
spawn_dictionary_consolidated[current_mob_name] = {}
|
spawn_dictionary_consolidated[current_mob_name] = {}
|
||||||
end
|
end
|
||||||
-- Should this really be the requested dimenion?
|
|
||||||
spawn_dictionary_consolidated[current_mob_name][current_mob_dim] = {
|
spawn_dictionary_consolidated[current_mob_name][current_mob_dim] = {
|
||||||
["min_light"] = spawn_dictionary[i].min_light,
|
["min_light"] = spawn_dictionary[i].min_light,
|
||||||
["max_light"] = spawn_dictionary[i].max_light
|
["max_light"] = spawn_dictionary[i].max_light
|
||||||
|
|
Loading…
Reference in New Issue