Skip to content

Commit

Permalink
fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Jan 8, 2024
1 parent 8d46830 commit 2857068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extras/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return { commitId = 'bf6914b 2024-01-08' }
return { commitId = '8d46830 2024-01-08' }
2 changes: 1 addition & 1 deletion utils/rgmercs_utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ end
function Utils.DoCmd(cmd, ...)
local formatted = cmd
if ... ~= nil then formatted = string.format(cmd, ...) end
RGMercsLogger.log_debug("\atRGMercs \awsent MQ \amCommand\w: >> %s <<", formatted)
RGMercsLogger.log_debug("\atRGMercs \awsent MQ \amCommand\aw: >> %s <<", formatted)
mq.cmdf(formatted)
end

Expand Down

0 comments on commit 2857068

Please sign in to comment.