Skip to content

Commit

Permalink
Fix TPS map view
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveTheCamper committed Nov 30, 2024
1 parent c2d00a8 commit 4fe0952
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 4fe0952

Please sign in to comment.