mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-04-03 17:37:08 +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)
|
||||
|
||||
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.")
|
||||
|
|
Loading…
Add table
Reference in a new issue