Skip to content

Commit

Permalink
Update version.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
trclassic92 committed Oct 4, 2024
1 parent c028711 commit b0d2db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/version.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local function CheckVersion()
PerformHttpRequest('https://raw.githubusercontent.com/trclassic92/UpdateVerisons/master/tr-lumberjack.txt', function(err, newestVersion, headers)
PerformHttpRequest('https://raw.githubusercontent.com/trclassic92/UpdateVersions/master/tr-lumberjack.txt', function(err, newestVersion, headers)
local currentVersion = GetResourceMetadata(GetCurrentResourceName(), 'version')
local resourcename = GetCurrentResourceName()
local howto = "Update Here https://github.com/trclassic92/tr-lumberjack"
Expand Down

0 comments on commit b0d2db7

Please sign in to comment.