mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-26 10:13:49 +00:00
6 lines
187 B
Lua
6 lines
187 B
Lua
|
-- 1.1.3+ compatibility wrapper
|
||
|
-- allows to run scripts written for the old script interface.
|
||
|
|
||
|
dofile("scripts/compat/internal/loader.lua")
|
||
|
dofile("scripts/compat/internal/old_1.1.lua")
|