Skip to content

Commit

Permalink
Fixed WarpPanel.
Browse files Browse the repository at this point in the history
Ups.
  • Loading branch information
krusic22 committed Aug 5, 2019
1 parent da26e5b commit 1b8c9a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void updatePanel() {
} else {
ItemMeta meta = playerSign.getItemMeta();
assert meta != null;
meta.setDisplayName("§r" + playerName);
meta.setDisplayName(playerName);
//get the sign info
Location signLocation = plugin.getWarpSignsListener().getWarp(playerUUID);
if (Tag.STANDING_SIGNS.isTagged(signLocation.getBlock().getType())){
Expand Down

0 comments on commit 1b8c9a5

Please sign in to comment.