mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Keep track of more fall locations
This commit is contained in:
parent
67bcb8da11
commit
a504bc407a
@ -282,7 +282,7 @@ public class Roll extends AcrobaticsSubSkill {
|
||||
}
|
||||
|
||||
if(fallLocationMap.get(player) == null)
|
||||
fallLocationMap.put(player, new LimitedSizeList(20));
|
||||
fallLocationMap.put(player, new LimitedSizeList(100));
|
||||
|
||||
LimitedSizeList fallLocations = fallLocationMap.get(player);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user