Fixed an extremely dangerous typo caused by @dkdunnings!

This commit is contained in:
Dinnerbone
2011-09-21 17:37:24 +01:00
parent 83d51ee3fb
commit d04e0ebd81

View File

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