mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
Fixed an extremely dangerous typo caused by @dkdunnings!
This commit is contained in:
parent
108d92b981
commit
52480b78d7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue