Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
-fixed lint
  • Loading branch information
KemGus committed Sep 21, 2023
1 parent 56323d2 commit 20e15e3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lua/acf/shared/sh_ace_concommands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,4 @@ if SERVER then
end

end)

do

local function msgToCaller( ply, hud, msg )
if IsValid(ply) then
ply:PrintMessage(hud, msg or "")
else
print(msg or "")
end
end

end
end

0 comments on commit 20e15e3

Please sign in to comment.