ShowXMasSeal should not be broadcasted.

Contributed by Sahar.
This commit is contained in:
MobiusDevelopment
2019-10-10 22:38:13 +00:00
parent 92d7275afa
commit b5b22f8a89
15 changed files with 15 additions and 15 deletions

View File

@@ -36,7 +36,7 @@ public class SpecialXMas implements IItemHandler
return false;
}
playable.broadcastPacket(new ShowXMasSeal(item.getId()));
playable.sendPacket(new ShowXMasSeal(item.getId()));
return true;
}
}