Bump version
This commit is contained in:
@@ -105,7 +105,7 @@ class Pupeteer {
|
||||
}
|
||||
|
||||
static givePlayerItem(player: Player, item: ItemStack) {
|
||||
(player.getComponent("inventory") as EntityInventoryComponent).container.addItem(item);
|
||||
(player.getComponent("inventory") as EntityInventoryComponent).container!.addItem(item);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user