Corrige compatibilité avec le mod factions

This commit is contained in:
Sys Quatre 2019-12-29 16:12:24 +01:00
parent 082e2b63d7
commit f3083568c7
1 changed files with 1 additions and 1 deletions

View File

@ -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")
end