mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Updated for SpoutAPI changes
This commit is contained in:
@ -88,7 +88,7 @@ public class SpoutPlayer extends LocalPlayer {
|
||||
Controller controller = player.getController();
|
||||
if (controller instanceof VanillaPlayerController) {
|
||||
((VanillaPlayerController) controller).getInventory()
|
||||
.addItem(new ItemStack(VanillaMaterials.getMaterial((short) type), amt), false);
|
||||
.addItem(new ItemStack(VanillaMaterials.getMaterial((short) type), amt));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user