Fixed version check has wrong URL

This commit is contained in:
Dan
2019-12-07 22:37:04 +00:00
parent e9de5dbcfb
commit 87ea7a34db

View File

@@ -9,7 +9,7 @@ function GetCurrentVersion()
return GetResourceMetadata( GetCurrentResourceName(), "version" )
end
PerformHttpRequest( "https://wolfknight98.github.io/wk_wars2x/docs/version.txt", function( err, text, headers )
PerformHttpRequest( "https://wolfknight98.github.io/wk_wars2x/version.txt", function( err, text, headers )
Citizen.Wait( 2000 )
local curVer = GetCurrentVersion()