Skip to content

Commit

Permalink
Disable outposts
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerjef committed Nov 30, 2024
1 parent 84cbdc2 commit 278b74a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/dynmap/towny/mapupdate/UpdateTowns.java
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ private void drawTownMarkers(Town town, Map<String, Marker> newWorldNameMarkerMa
drawHomeBlockSpawn(newWorldNameMarkerMap, townName, desc, homeBlock, townHomeBlockIcon);
}

if (town.hasOutpostSpawn() && Settings.getOutpostIcon() != null)
// if (town.hasOutpostSpawn() && Settings.getOutpostIcon() != null)
if (false)
drawOutpostIcons(town, newWorldNameMarkerMap, desc);
}

Expand Down

0 comments on commit 278b74a

Please sign in to comment.