mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 21:17:34 +00:00
move netFunc
This commit is contained in:
parent
a527c07e81
commit
ff0a318f80
|
@ -20,8 +20,8 @@ end
|
|||
|
||||
// Receive
|
||||
local netFunc = {
|
||||
[1] = function(args)
|
||||
chat.AddText(unpack(args))
|
||||
[1] = function(data)
|
||||
gmInte.discordSyncChatPly(data)
|
||||
end
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user