mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Fixed Berserk getting "stuck" when /mcrefresh is used.
This commit is contained in:
parent
c4aa9396fd
commit
802ad84613
@ -17,6 +17,7 @@ Version 1.4.05-dev
|
|||||||
= Fixed bug which caused a NPE when trying to use /mctop smelting
|
= Fixed bug which caused a NPE when trying to use /mctop smelting
|
||||||
= Fixed Berserk misbehaving when /reload was used
|
= Fixed Berserk misbehaving when /reload was used
|
||||||
= Fixed parties misbehaving when /reload was used
|
= Fixed parties misbehaving when /reload was used
|
||||||
|
= Fixed Berserk getting "stuck" when /mcrefresh was used
|
||||||
|
|
||||||
Version 1.4.04
|
Version 1.4.04
|
||||||
+ Added functions to ExperienceAPI for use with offline players
|
+ Added functions to ExperienceAPI for use with offline players
|
||||||
|
@ -67,6 +67,7 @@ public class McrefreshCommand implements CommandExecutor {
|
|||||||
mcMMOPlayer.resetToolPrepMode();
|
mcMMOPlayer.resetToolPrepMode();
|
||||||
mcMMOPlayer.resetAbilityMode();
|
mcMMOPlayer.resetAbilityMode();
|
||||||
|
|
||||||
|
player.setCanPickupItems(true);
|
||||||
player = mcMMOPlayer.getPlayer();
|
player = mcMMOPlayer.getPlayer();
|
||||||
player.sendMessage(LocaleLoader.getString("Ability.Generic.Refresh"));
|
player.sendMessage(LocaleLoader.getString("Ability.Generic.Refresh"));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user