mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36: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)
|
if(fallLocationMap.get(player) == null)
|
||||||
fallLocationMap.put(player, new LimitedSizeList(20));
|
fallLocationMap.put(player, new LimitedSizeList(100));
|
||||||
|
|
||||||
LimitedSizeList fallLocations = fallLocationMap.get(player);
|
LimitedSizeList fallLocations = fallLocationMap.get(player);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user