This commit is contained in:
wsor4035 2024-06-01 20:37:39 -04:00
parent bf15b0232f
commit 37a7fd6cc8

View File

@ -27,4 +27,7 @@ end
--for games that are similar/derviatives of other games
if game_alias[gameid] then gameid = game_alias[gameid] end
--while minetest game derviates are not supported, we can still try to detect them
if minetest.get_modpath("default") then gameid = "minetest" end
return gameid