Fixed visibility of PlayerHooks.cs
This commit is contained in:
parent
140c73be0a
commit
9960526384
4 changed files with 6 additions and 6 deletions
|
|
@ -1384,7 +1384,7 @@ namespace TShockAPI
|
|||
}
|
||||
args.Player.SendMessage("Authenticated as " + args.Player.Name + " successfully.", Color.LimeGreen);
|
||||
Log.ConsoleInfo(args.Player.Name + " authenticated successfully as user " + args.Player.Name + ".");
|
||||
Hooks.PlayerLoginEvent.OnPlayerLogin(args.Player);
|
||||
Hooks.PlayerHooks.OnPlayerLogin(args.Player);
|
||||
return true;
|
||||
}
|
||||
TShock.Utils.ForceKick(args.Player, "Invalid user account password.", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue