Spawn von Saaten deaktiviert, um Dopplungen zu vermeiden.

This commit is contained in:
N-Nachtigal 2025-05-09 23:37:11 +02:00
parent f69bd7f597
commit 9dc6c712b3
58 changed files with 29 additions and 71 deletions

View file

@ -1,8 +0,0 @@
local filename = xcompat.gameid
--if we dont have a player file for the game, use minetest
if not xcompat.utilities.file_exists(xcompat.modpath .. "/src/player/" .. filename .. ".lua") then
filename = "xcompat_agnostic"
end
return dofile(xcompat.modpath .. "/src/player/" .. filename .. ".lua")