commit
3d5874a9cc
1 changed files with 3 additions and 0 deletions
|
|
@ -3229,6 +3229,9 @@ namespace TShockAPI
|
|||
if (OnPlayerBuff(id, type, time))
|
||||
return true;
|
||||
|
||||
if (TShock.Players[id] == null)
|
||||
return false;
|
||||
|
||||
if (TShock.CheckIgnores(args.Player))
|
||||
{
|
||||
args.Player.SendData(PacketTypes.PlayerAddBuff, "", id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue