Skip to content

Commit

Permalink
Changed version number for update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jye-AU committed Jul 18, 2023
1 parent f613f9f commit 173d665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version '1.4.0'
version '1.4.1'
author 'Concept Collective'
description 'A chat theme for FiveM'

Expand Down
2 changes: 1 addition & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ AddEventHandler('onResourceStart', function(resourceName)
end
if svConfig.versionChecker == true then
PerformHttpRequest('https://api.github.com/repos/Concept-Collective/cc-chat/releases/latest', function (err, data, headers)
if data == nil then
if data == nil then
print('An error occurred while checking the version. Your firewall may be blocking access to "github.com". Please check your firewall settings and ensure that "github.com" is allowed to establish connections.')
return
end
Expand Down

0 comments on commit 173d665

Please sign in to comment.