Keep track of more fall locations

This commit is contained in:
nossr50 2019-01-27 00:20:18 -08:00
parent 67bcb8da11
commit a504bc407a

View File

@ -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);