mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 13:24:17 -07:00
Fixed an extremely dangerous typo caused by @dkdunnings!
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user