1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-26 10:13:49 +00:00
Aquaria/files/scripts/compat/default.lua

7 lines
328 B
Lua
Raw Normal View History

-- Loaded when mod compat setting is empty or does not exist.
-- Does a few basic adjustments but does not offer compatbility with legacy mods.
-- (In this case and for 1.1.x/Steam compatibility, use "legacy" or "legacy-strict")
dofile("scripts/compat/internal/osestubs.lua")
dofile("scripts/compat/internal/oldfunctions.lua")