forked from mtcontrib/banners
Corrige compatibilité avec le mod factions
This commit is contained in:
2
init.lua
2
init.lua
@ -220,7 +220,7 @@ minetest.register_entity("banners:banner_ent",
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
if minetest.get_modpath("factions") then
|
if minetest.get_modpath("fac") then
|
||||||
dofile(minetest.get_modpath("banners").."/factions.lua")
|
dofile(minetest.get_modpath("banners").."/factions.lua")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user