Skip to content

Commit

Permalink
Update forgotten class reference
Browse files Browse the repository at this point in the history
I forgot I had a period in the class
  • Loading branch information
Morphan1 committed Dec 28, 2014
1 parent d978848 commit b48e7fc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -186,7 +186,7 @@ else if (type == EntityType.OCELOT
.setCatType(Ocelot.Type.valueOf(mechanism.getValue().asString().toUpperCase()));

else if (type == EntityType.RABBIT
&& mechanism.getValue().matchesEnum(Rabbit.Type.values()))
&& mechanism.getValue().matchesEnum(RabbitType.values()))
RabbitType.setRabbitType((Rabbit) colored.getBukkitEntity(),
RabbitType.valueOf(mechanism.getValue().asString().toUpperCase()));

Expand Down

0 comments on commit b48e7fc

Please sign in to comment.