Added Hook for player login, for plugin sake, now they can utilize the login before join.
This commit is contained in:
parent
673f25f881
commit
c37cc91ca0
4 changed files with 37 additions and 1 deletions
|
|
@ -437,6 +437,8 @@ namespace TShockAPI
|
|||
args.Player.LoginHarassed = false;
|
||||
|
||||
}
|
||||
|
||||
Hooks.PlayerLoginEvent.OnPlayerLogin(args.Player);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue