removing garbage code fixed

This commit is contained in:
Alexsandro Percy 2022-12-13 19:43:22 -03:00
parent 4e158db58d
commit 7d74c0ac44
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
--
-- entity
--
local old_entities = {"automobiles_coupe:time_machine_kit", "automobiles_coupe:wheel"}
local old_entities = {"automobiles_coupe:time_machine_kit", "automobiles_coupe:wheel","automobiles_coupe:normal_kit"}
for _,entity_name in ipairs(old_entities) do
minetest.register_entity(":"..entity_name, {
on_activate = function(self, staticdata)