This commit is contained in:
ProfessorXZ 2016-06-24 09:05:15 +02:00
parent 0e30335a7a
commit 779ee431a4

View file

@ -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);