Skip to content

Commit

Permalink
idiot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
troit5ky committed Aug 13, 2022
1 parent f2c8518 commit d18e9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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:SteamID()
local id = tostring(ply:SteamID64())

local co = coroutine.create(function()
local form = {
Expand Down

0 comments on commit d18e9c5

Please sign in to comment.