Memory leak fix for arrow metadata

This commit is contained in:
nossr50
2021-01-05 12:04:48 -08:00
parent 7ea6809fd3
commit 888205fd89
5 changed files with 70 additions and 26 deletions

View File

@ -1,3 +1,7 @@
Version 2.1.169
Fixed a few memory leaks involving arrows
Fixed mcMMO inappropriately assigning metadata to projectiles not fired from players
Version 2.1.168
Fixed an IndexOutOfBoundsException error when trying to access UserBlockTracker from an invalid range (thanks t00thpick1)
(API) UserBlockTracker is now the interface by which our block-tracker will be known (thanks t00thpick1)