13
0
geforkt von Mirrors/Paper

Fixed an extremely dangerous typo caused by @dkdunnings!

By: Dinnerbone <dinnerbone@dinnerbone.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-09-21 17:37:24 +01:00
Ursprung 039898c280
Commit ff51e5c299

Datei anzeigen

@ -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;
}