mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Keep track of more fall locations
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user