SteamWar/BauSystem2.0
Archiviert
12
0

Fix NavWandBauGuiItem

Dieser Commit ist enthalten in:
yoyosource 2021-05-12 22:26:40 +02:00
Ursprung 646b1c47d4
Commit 88eff3923b

Datei anzeigen

@ -45,7 +45,7 @@ public class NavWandBauGuiItem extends BauGuiItem {
@Override
public ItemStack getItem(Player player) {
return new SWItem(Material.WOODEN_AXE, "Navigation Wand", Arrays.asList("Left click: jump to location", "Right click: pass through walls"), false, clickType -> {
return new SWItem(Material.COMPASS, "Navigation Wand", Arrays.asList("Left click: jump to location", "Right click: pass through walls"), false, clickType -> {
}).getItemStack();
}