1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-03-31 00:36:24 +02:00

Fix mctop on non-en_US locale

Fixes 
This commit is contained in:
nossr50 2021-01-05 12:13:44 -08:00
parent dd07bcafc6
commit 7bc01571ee

@ -1,6 +1,7 @@
Version 2.1.169
Fixed a few memory leaks involving arrows
Fixed mcMMO inappropriately assigning metadata to projectiles not fired from players
Fix mctop not working if locale was set to something other than en_US
Version 2.1.168
Fixed an IndexOutOfBoundsException error when trying to access UserBlockTracker from an invalid range (thanks t00thpick1)