mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Fixed a bug where squid were not awarding XP.
This commit is contained in:
@ -476,6 +476,7 @@ public final class CombatUtils {
|
||||
|
||||
switch (type) {
|
||||
case BAT:
|
||||
case SQUID:
|
||||
baseXP = ExperienceConfig.getInstance().getAnimalsXP();
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user