Skip to content

Commit

Permalink
clearing from cache
Browse files Browse the repository at this point in the history
  • Loading branch information
troit5ky committed Aug 13, 2022
1 parent a1ff839 commit f2c8518
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/relay/sv_msgSend.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ local function getAvatar(id, co)
end

local function formMsg(ply, str)
local id = ply:SteamID64()
local id = ply:SteamID()

local co = coroutine.create(function()
local form = {
Expand Down Expand Up @@ -80,6 +80,8 @@ local function plyFrstSpawn(ply)
end

local function plyDisconnect(ply)
if tmpAvatars[ply.networkid] then tmpAvatars[ply.networkid] = nil end

local form = {
["username"] = Discord.hookname,
["embeds"] = {{
Expand Down

0 comments on commit f2c8518

Please sign in to comment.