Merge pull request #621 from FrostyFridge/raids
Fix Raids Overlay disappearing when certain unrelated config options were disabled.
This commit is contained in:
@@ -158,8 +158,6 @@ public class RaidsOverlay extends Overlay
|
||||
boolean unknownCombat = false;
|
||||
String puzzles = "";
|
||||
String roomName = "";
|
||||
if (config.enhanceScouterTitle() || config.scavsBeforeIce() || sharable)
|
||||
{
|
||||
for (Room layoutRoom : plugin.getRaid().getLayout().getRooms())
|
||||
{
|
||||
int position = layoutRoom.getPosition();
|
||||
@@ -241,7 +239,6 @@ public class RaidsOverlay extends Overlay
|
||||
}
|
||||
scavsBeforeIceRooms.add(prev);
|
||||
}
|
||||
}
|
||||
int lastScavs = scavRooms.get(scavRooms.size() - 1);
|
||||
panelComponent.getChildren().add(TitleComponent.builder()
|
||||
.text(displayLayout)
|
||||
|
||||
Reference in New Issue
Block a user