get rid of get_ prefixes in main scripts

This commit is contained in:
Evgeny
2022-10-23 09:32:39 +04:00
parent ff5fc7648e
commit f8cfa4facf
8 changed files with 17 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ function on_tick()
ticks = 0
local info = system:get_system_info()
local info = system:system_info()
local strings = stringify_table(info)
ui:show_lines(strings)