Fixed an extremely dangerous typo caused by @dkdunnings!
This commit is contained in:
parent
108d92b981
commit
52480b78d7
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user