//wand now gives the wand item directly.

Dieser Commit ist enthalten in:
sk89q 2011-02-18 20:56:53 -08:00
Ursprung eff7dac690
Commit 7afe38180c

Datei anzeigen

@ -65,8 +65,7 @@ public class BukkitPlayer extends LocalPlayer {
@Override
public void giveItem(int type, int amt) {
player.getWorld().dropItem(player.getLocation(), new ItemStack(type, amt));
// TODO: Make this actually give the item
player.getInventory().addItem(new ItemStack(type, amt));
}
@Override