Skip to content

Commit

Permalink
fix(server/logger): missing )
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Jul 23, 2023
1 parent f641881 commit 84b7f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/logger/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local function removeColorCodes(str)
return str
end

local hostname = removeColorCodes(GetConvar('ox:logger:hostname', GetConvar('sv_projectName', 'fxserver'))
local hostname = removeColorCodes(GetConvar('ox:logger:hostname', GetConvar('sv_projectName', 'fxserver')))

local b = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"

Expand Down

0 comments on commit 84b7f97

Please sign in to comment.