world map plugin: add missing break after agility shortcuts/tooltips case
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user