1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-07 12:30:27 +02:00

remove tester

This commit is contained in:
tenplus1 2025-05-17 07:44:15 +01:00
parent 2cf43ffc4e
commit f44441c580

View File

@ -3343,7 +3343,7 @@ function mobs:register_mob(name, def)
}, mob_class_meta))
local self = core.registered_entities[name] ; print("--- FH", self.fear_height)
local self = core.registered_entities[name]
mobs.compatibility_check(self) -- older setting check for compatibility
end