geforkt von Mirrors/Paper
Fixed an extremely dangerous typo caused by @dkdunnings!
By: Dinnerbone <dinnerbone@dinnerbone.com>
Dieser Commit ist enthalten in:
Ursprung
039898c280
Commit
ff51e5c299
@ -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;
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren