mirror of
https://github.com/MCLx86/xtreemtest.git
synced 2025-12-14 02:45:30 +01:00
Initial commit
This commit is contained in:
7
builtin/client/misc.lua
Normal file
7
builtin/client/misc.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
function core.setting_get_pos(name)
|
||||
local value = core.settings:get(name)
|
||||
if not value then
|
||||
return nil
|
||||
end
|
||||
return core.string_to_pos(value)
|
||||
end
|
||||
Reference in New Issue
Block a user