mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
Update changelog
This commit is contained in:
parent
7393421607
commit
76ebd85afa
@ -2,6 +2,10 @@ Version 2.1.193
|
|||||||
Fixed another bug where mcrank/mctop/leaderboards weren't loading
|
Fixed another bug where mcrank/mctop/leaderboards weren't loading
|
||||||
Fixed a bug where override locales weren't being loaded (but worked after a reloadlocale command)
|
Fixed a bug where override locales weren't being loaded (but worked after a reloadlocale command)
|
||||||
(Unit Tests) Added a test to make sure leaderboards were working
|
(Unit Tests) Added a test to make sure leaderboards were working
|
||||||
|
Fixed blocks being dropped from blast mining even if yield was set to 0 (thanks Warriorrrr)
|
||||||
|
Fixed Tree feller not working entirely if one fake block break event is cancelled. (thanks Warriorrrr)
|
||||||
|
Fixes no woodcutting xp being rewarded if a tree is too big while using tree feller. (thanks Warriorrrr)
|
||||||
|
|
||||||
Version 2.1.192
|
Version 2.1.192
|
||||||
Removed some debug messages from FlatFileDatabaseManager
|
Removed some debug messages from FlatFileDatabaseManager
|
||||||
Fixed another bug where player names could be saved as null for FlatFileDB (they will update on the players next login at the next save interval)
|
Fixed another bug where player names could be saved as null for FlatFileDB (they will update on the players next login at the next save interval)
|
||||||
|
@ -158,8 +158,7 @@ public final class SkillUtils {
|
|||||||
//1.13.2+ will have persistent metadata for this item
|
//1.13.2+ will have persistent metadata for this item
|
||||||
AbstractPersistentDataLayer compatLayer = mcMMO.getCompatibilityManager().getPersistentDataLayer();
|
AbstractPersistentDataLayer compatLayer = mcMMO.getCompatibilityManager().getPersistentDataLayer();
|
||||||
compatLayer.setSuperAbilityBoostedItem(heldItem, originalDigSpeed);
|
compatLayer.setSuperAbilityBoostedItem(heldItem, originalDigSpeed);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
int duration = 0;
|
int duration = 0;
|
||||||
int amplifier = 0;
|
int amplifier = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user