add app.get_setting

This commit is contained in:
MihailRis 2024-12-25 07:01:26 +03:00
parent be0945b4a5
commit 8179b9c249

View File

@ -31,6 +31,7 @@ if app then
app.reopen_world = core.reopen_world
app.delete_world = core.delete_world
app.reconfig_packs = core.reconfig_packs
app.get_setting = core.get_setting
app.set_setting = core.set_setting
app.tick = coroutine.yield
app.get_version = core.get_version