diff --git a/src/sPhone.lua b/src/sPhone.lua index b213c27..e6be54c 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -720,7 +720,7 @@ end end end - local newVersion = http.get("https://raw.githubusercontent.com/Sertex-Team/sPhone/master/src/version").readAll() + local newVersion = http.get("https://raw.githubusercontent.com/Sertex-Team/sPhone/master/src/version").readLine() if newVersion ~= sPhone.version then sPhone.newUpdate = true else