revert fast easy place to looking method
This commit is contained in:
@@ -19,7 +19,8 @@ function giveActionItem(playerId) {
|
||||
const itemStack = new ItemStack('construct:material_grabber');
|
||||
if (!container.contains(itemStack)) {
|
||||
const remainingItemStack = container.addItem(itemStack);
|
||||
player.dimension.spawnItem(remainingItemStack, player.location);
|
||||
if (remainingItemStack)
|
||||
player.dimension.spawnItem(remainingItemStack, player.location);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user