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