mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
Changed version check address, removed version from repo
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
beta3
|
|
||||||
@@ -19,7 +19,7 @@ function GetCurrentVersion()
|
|||||||
return GetResourceMetadata( GetCurrentResourceName(), "version" )
|
return GetResourceMetadata( GetCurrentResourceName(), "version" )
|
||||||
end
|
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 )
|
Citizen.Wait( 2000 )
|
||||||
|
|
||||||
print( label )
|
print( label )
|
||||||
|
|||||||
Reference in New Issue
Block a user