Skip to content

Commit

Permalink
add app.get_setting
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Dec 25, 2024
1 parent be0945b commit 8179b9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/scripts/stdlib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8179b9c

Please sign in to comment.