Update shared.lua

This commit is contained in:
Jonny_Bro (Nikita) 2025-02-16 08:53:51 +05:00 committed by GitHub
parent f93eef6cd4
commit ef9e860636
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ if not isVersionCheched then
print("Latest version: " .. versionLatest)
if versionLatest ~= versionGlobal then
if versionLatest == versionGlobal then
print("You're up to date, nice!")
else
print("You're not using the latest GitHub version.")