RetroMode is now the default mode.

This commit is contained in:
nossr50
2019-06-24 23:31:31 -07:00
parent d9b84b0ab3
commit e71c95139d
3 changed files with 9 additions and 2 deletions

View File

@ -29,7 +29,7 @@ public class AcrobaticsManager extends SkillManager {
}
private long rollXPCooldown = 0;
private long rollXPInterval = (1000 * 10); //1 Minute
private long rollXPInterval = (1000 * 3); //1 Minute
private long rollXPIntervalLengthen = (1000 * 10); //10 Seconds
private LimitedSizeList fallLocationMap;