edit: run hook insted of func

This commit is contained in:
Linventif 2024-02-27 02:31:56 +01:00
parent a24f1a846d
commit c202329f11
No known key found for this signature in database
GPG Key ID: FAC0CA60F9AEEC24

View File

@ -39,7 +39,7 @@ end
local netReceive = {
[0] = function(ply)
gmInte.userFinishConnect(ply)
hook.Run("gmInte:PlayerReady", ply)
end,
[1] = function(ply, data)
gmInte.testConnection(ply, data)