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:
taoneill 2012-07-22 13:16:06 -04:00
parent 411021fc35
commit e6d2bd0950

View File

@ -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);
}
}