Add missing break to JavaEntityStatusTranslator (#600)

This commit is contained in:
Camotoy 2020-05-20 11:12:31 -04:00 committed by GitHub
parent 5fe38fa83f
commit 1395b719cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ public class JavaEntityStatusTranslator extends PacketTranslator<ServerEntitySta
break;
case TAMEABLE_TAMING_SUCCEEDED:
entityEventPacket.setType(EntityEventType.TAME_SUCCESS);
break;
case ZOMBIE_VILLAGER_CURE:
entityEventPacket.setType(EntityEventType.ZOMBIE_VILLAGER_CURE);
break;