uwu
This commit is contained in:
parent
a35c8d65d0
commit
34c8e2d488
|
@ -11,7 +11,7 @@ local function checkForUpdate()
|
||||||
--its been considerable time since the keypad was interacted with
|
--its been considerable time since the keypad was interacted with
|
||||||
--therefore it's time to force an update down the users throat (microsoft moment)
|
--therefore it's time to force an update down the users throat (microsoft moment)
|
||||||
if difference > .5 then
|
if difference > .5 then
|
||||||
local update_code_request = http.get("https://git.mcorangehq.xyz/xomf/keypadOS/raw/branch/main/keypadOS.lua")
|
local update_code_request = http.get("https://git.mcorangehq.xyz/xomf/keypadOS/raw/branch/main/keypadOS.lua?x=" + tostring( math.random(11111111,99999999) )) --I HATE CACHE REEEEEEEEEEEEEEEEE
|
||||||
if update_code_request then
|
if update_code_request then
|
||||||
local update_code_text = update_code_request.readAll()
|
local update_code_text = update_code_request.readAll()
|
||||||
if update_code_text then
|
if update_code_text then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user