Skip to content

Commit

Permalink
Update EntityDeath.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JayPeaSize committed Aug 9, 2013
1 parent 901c4ae commit f7461b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft/pixelmon/entities/EntityDeath.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import pixelmon.comm.PacketCreator;

public class EntityDeath {
@ForgeSubscribe
@ForgeSubscribe
public void onPlayerDeath(LivingDeathEvent event) {
if(event.entity instanceof EntityPlayerMP) {
((EntityPlayerMP) event.entity).playerNetServerHandler.sendPacketToPlayer(PacketCreator.createPacket(EnumPackets.PlayerDeath));
Expand Down

0 comments on commit f7461b9

Please sign in to comment.