Skip to content

Commit

Permalink
Update v2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Musiker15 committed Dec 20, 2021
1 parent 3584d77 commit 68bf121
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.6.1
2.6.2
File renamed without changes.
6 changes: 3 additions & 3 deletions fxmanifest.lua
Expand Up @@ -3,14 +3,14 @@ games { 'gta5' }

author 'Musiker15'
description 'ESX Better Engine Toggle'
version '2.6.1'
version '2.6.2'

client_scripts {
'config.lua',
'client/client.lua',
'client.lua',
}

server_scripts {
'config.lua',
'server/server.lua',
'server.lua',
}
4 changes: 2 additions & 2 deletions server/server.lua → server.lua
Expand Up @@ -6,7 +6,7 @@ if Config.UseCommand then
end, false)
end

local CurrentVersion = '2.6.1'
local CurrentVersion = '2.6.2'
local GithubResourceName = 'EngineToggle'

PerformHttpRequest('https://raw.githubusercontent.com/Musiker15/EngineToggle/main/VERSION', function(Error, NewestVersion, Header)
Expand All @@ -18,7 +18,7 @@ PerformHttpRequest('https://raw.githubusercontent.com/Musiker15/EngineToggle/mai
print('')
if CurrentVersion ~= NewestVersion then
print('## Outdated')
print('## Download Newest Version here: https://github.com/Musiker15/EngineToggle/releases/tag/v2.6.1')
print('## Download Newest Version here: https://github.com/Musiker15/EngineToggle/releases')
print("###############################\n")
elseif CurrentVersion == NewestVersion then
print('## Up to Date')
Expand Down

0 comments on commit 68bf121

Please sign in to comment.