mirror of
https://github.com/APercy/automobiles_pck
synced 2025-11-13 10:17:59 +01:00
removing garbage code fixed
This commit is contained in:
parent
4e158db58d
commit
7d74c0ac44
@ -1,7 +1,7 @@
|
|||||||
--
|
--
|
||||||
-- entity
|
-- 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
|
for _,entity_name in ipairs(old_entities) do
|
||||||
minetest.register_entity(":"..entity_name, {
|
minetest.register_entity(":"..entity_name, {
|
||||||
on_activate = function(self, staticdata)
|
on_activate = function(self, staticdata)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user