tidy compat

This commit is contained in:
tenplus1
2023-07-26 14:15:03 +01:00
parent f31cf75b24
commit e2ee5c62c7
3 changed files with 9 additions and 19 deletions

View File

@ -7,11 +7,6 @@ minetest.register_privilege("peaceful_player", {
give_to_singleplayer = false
})
-- global
mobs = {}
-- Compatibility
dofile(path .. "/compatibility.lua")
-- Mob API
dofile(path .. "/api.lua")