mirror of
https://github.com/taoneill/war.git
synced 2025-03-11 14:09:57 +01:00
This sword feels wodden
I just don't see these mistakes anymore after seeing them for 1000s of times, but they are so obvious! Thanks @revo96.
This commit is contained in:
parent
411021fc35
commit
e6d2bd0950
@ -1046,7 +1046,7 @@ public class War extends JavaPlugin {
|
||||
this.wandBearers.put(player.getName(), zoneName);
|
||||
player.getInventory().addItem(new ItemStack(Material.WOOD_SWORD, 1, (byte) 8));
|
||||
// player.getWorld().dropItem(player.getLocation(), new ItemStack(Material.WOOD_SWORD));
|
||||
this.msg(player, "You now have a wand for zone " + zoneName + ". Left-click with wodden sword for corner 1. Right-click for corner 2.");
|
||||
this.msg(player, "You now have a wand for zone " + zoneName + ". Left-click with wooden sword for corner 1. Right-click for corner 2.");
|
||||
War.war.log(player.getName() + " now has a wand for warzone " + zoneName, Level.INFO);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user