Skip to content

Commit

Permalink
Merge pull request #8 from DaveTheCamper/release/fix-tps-map-view
Browse files Browse the repository at this point in the history
Fix TPS map view
  • Loading branch information
alvindimas05 authored Dec 3, 2024
2 parents c2d00a8 + 4fe0952 commit 0011b05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/alvindimas05/lagassist/MonTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ private static ItemStack createMapItem() {

MapMeta meta = (MapMeta) mapItem.getItemMeta();
meta.setDisplayName("§2§lLag§f§lAssist §e§lMonitor");
meta.setMapView(Bukkit.getMap(0));
mapItem.setItemMeta(meta);
return mapItem;
}
Expand Down

0 comments on commit 0011b05

Please sign in to comment.