Changed version check address, removed version from repo

This commit is contained in:
Dan
2020-01-10 09:18:59 +00:00
parent 46eac6914f
commit 0a79a20501
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +0,0 @@
beta3

View File

@@ -19,7 +19,7 @@ function GetCurrentVersion()
return GetResourceMetadata( GetCurrentResourceName(), "version" )
end
PerformHttpRequest( "https://wolfknight98.github.io/wk_wars2x/version.txt", function( err, text, headers )
PerformHttpRequest( "https://wolfknight98.github.io/wk_wars2x_web/version.txt", function( err, text, headers )
Citizen.Wait( 2000 )
print( label )