mirror of
https://github.com/HaodongMo/ARC-9.git
synced 2025-03-04 03:02:58 -05:00
Merge pull request #82 from bydlocodd/main
PlayerConnect -> PlayerInitialSpawn
This commit is contained in:
commit
a83ffb9cb9
@ -75,7 +75,7 @@ net.Receive("arc9_sendblacklist", function(len, ply)
|
||||
ARC9:SendBlacklist()
|
||||
end)
|
||||
|
||||
hook.Add("PlayerConnect", "ARC9_PlayerConnect_SendBlacklist", function(ply, ip)
|
||||
hook.Add("PlayerInitialSpawn", "ARC9_PlayerInitialSpawn_SendBlacklist", function(ply)
|
||||
ARC9:SendBlacklist(ply)
|
||||
end)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user