mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 16:11:06 +01:00
Remove comment now resolved
This commit is contained in:
parent
86a85bb487
commit
a25cced40e
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue