mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +00:00
edit: run hook insted of func
This commit is contained in:
parent
a24f1a846d
commit
c202329f11
|
@ -39,7 +39,7 @@ end
|
||||||
|
|
||||||
local netReceive = {
|
local netReceive = {
|
||||||
[0] = function(ply)
|
[0] = function(ply)
|
||||||
gmInte.userFinishConnect(ply)
|
hook.Run("gmInte:PlayerReady", ply)
|
||||||
end,
|
end,
|
||||||
[1] = function(ply, data)
|
[1] = function(ply, data)
|
||||||
gmInte.testConnection(ply, data)
|
gmInte.testConnection(ply, data)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user