Remove outdated creative mob check

This commit is contained in:
Wuzzy 2020-07-10 16:46:47 +02:00
parent c106a62979
commit 0a5294c0c8
1 changed files with 1 additions and 1 deletions

View File

@ -3883,7 +3883,7 @@ function mobs:register_egg(mob, desc, background, addegg, no_creative)
local grp = {spawn_egg = 1}
-- do NOT add this egg to creative inventory (e.g. dungeon master)
if creative and no_creative == true then
if no_creative == true then
grp.not_in_creative_inventory = 1
end