Skip to content

Commit

Permalink
fix future error 🤷
Browse files Browse the repository at this point in the history
  • Loading branch information
troit5ky committed Aug 18, 2022
1 parent d18e9c5 commit 219db66
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lua/relay/sv_msgSend.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@ local function formMsg(ply, str)

if tmpAvatars[id] == nil then
getAvatar(id, co)
return
else
coroutine.resume(co)
end

coroutine.resume(co)
end

local function playerConnect(ply)
Expand Down

0 comments on commit 219db66

Please sign in to comment.