Fixed an extremely dangerous typo caused by @dkdunnings!

This commit is contained in:
Dinnerbone 2011-09-21 17:37:24 +01:00
parent 108d92b981
commit 52480b78d7

View File

@ -41,7 +41,7 @@ public class EntityDeathEvent extends EntityEvent {
* *
* @param exp Amount of EXP to drop. * @param exp Amount of EXP to drop.
*/ */
public void setDropedExp(int exp) { public void setDroppedExp(int exp) {
this.dropExp = exp; this.dropExp = exp;
} }