Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian committed Sep 11, 2023
1 parent 26168f1 commit bf429bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/src/main/lua/classes/Command.lua
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class = {
ply = Player:getConsole()
end

local argStr = table_concat(args, " ")
local argStr = table_concat(args, ' ')

if not cmd.noLogging then
local str = ply:getName() .. ' executed /' .. cmdStr .. ' ' .. argStr
Expand Down

0 comments on commit bf429bd

Please sign in to comment.