mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 00:16:27 +02:00
Changed version check address, removed version from repo
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user