mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-04-04 09:56:33 +05:00
Update shared.lua
This commit is contained in:
parent
f93eef6cd4
commit
ef9e860636
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if not isVersionCheched then
|
||||||
|
|
||||||
print("Latest version: " .. versionLatest)
|
print("Latest version: " .. versionLatest)
|
||||||
|
|
||||||
if versionLatest ~= versionGlobal then
|
if versionLatest == versionGlobal then
|
||||||
print("You're up to date, nice!")
|
print("You're up to date, nice!")
|
||||||
else
|
else
|
||||||
print("You're not using the latest GitHub version.")
|
print("You're not using the latest GitHub version.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue