From 761dac7d2001d9111a06d16742dc892814e7e923 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Fri, 24 Dec 2021 23:24:16 +0100 Subject: [PATCH] Update main.lua Fixed spelling mistake and removed the warning when the version checker is up to date. --- ND_Core/source/server/main.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ND_Core/source/server/main.lua b/ND_Core/source/server/main.lua index 08b76d0..5c318d9 100644 --- a/ND_Core/source/server/main.lua +++ b/ND_Core/source/server/main.lua @@ -32,8 +32,7 @@ PerformHttpRequest("https://raw.githubusercontent.com/Andyyy7666/ND_Framework/ma print("^1[^4" .. expectedName .. "^1] WARNING^0") print("^4" .. expectedName .. "s ^0version number is higher than we expected. | Current Version: ^3" .. verFile .. " ^0| Expected Version: ^2" .. resp .. " ^0|") else - print("^1[^4" .. expectedName .. "^1] WARNING^0") - print("^4" .. expectedName .. " ^0is up to date | Current Versin: ^2" .. verFile .. " ^0|") + print("^4" .. expectedName .. " ^0is up to date | Current Version: ^2" .. verFile .. " ^0|") end else print("^1[^4" .. expectedName .. "^1] WARNING^0")