world map plugin: add missing break after agility shortcuts/tooltips case

This commit is contained in:
Adam
2018-06-16 13:14:33 -04:00
parent d0a5b5c829
commit 52447b5d5b

View File

@@ -140,6 +140,7 @@ public class WorldMapPlugin extends Plugin
.map(value -> new AgilityShortcutPoint(value, config.agilityShortcutLevelIcon() && value.getLevelReq() > agilityLevel ? NOPE_ICON : BLANK_ICON))
.forEach(worldMapPointManager::add);
}
break;
case CONFIG_KEY_NORMAL_TELEPORT_ICON:
case CONFIG_KEY_ANCIENT_TELEPORT_ICON:
case CONFIG_KEY_LUNAR_TELEPORT_ICON: