end me pls

This commit is contained in:
Gvidas Juknevičius 2024-08-18 04:36:42 +03:00
parent 5130a3ca63
commit 7f6b3810c8
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB
2 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ rawset(__BUNDLER_FILES, "main.lua", function ()
KEYPADOS_VERSION = "3.0"
function main.Main()
utils.MonPrint(0.5)
updater.getBasalt()
updater.GetBasalt()
utils.MonPrint("keypadOS v" .. KEYPADOS_VERSION)
utils.MonPrint(1)
ui.InitUi()

View File

@ -11,7 +11,7 @@ KEYPADOS_VERSION = "3.0"
function main.Main()
utils.MonPrint(0.5)
updater.getBasalt()
updater.GetBasalt()
utils.MonPrint("keypadOS v" .. KEYPADOS_VERSION)
utils.MonPrint(1)
ui.InitUi()