Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-25 02:20:07 +01:00
//wand now gives the wand item directly.
Dieser Commit ist enthalten in:
Ursprung
eff7dac690
Commit
7afe38180c
@ -65,8 +65,7 @@ public class BukkitPlayer extends LocalPlayer {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void giveItem(int type, int amt) {
|
public void giveItem(int type, int amt) {
|
||||||
player.getWorld().dropItem(player.getLocation(), new ItemStack(type, amt));
|
player.getInventory().addItem(new ItemStack(type, amt));
|
||||||
// TODO: Make this actually give the item
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren