From c4ee67a9e35bc89b521aa0b1d70cde15f93f1af8 Mon Sep 17 00:00:00 2001 From: IThundxr Date: Thu, 22 Feb 2024 16:44:06 -0500 Subject: [PATCH] update comment --- .../create/content/kinetics/deployer/DeployerBlockEntity.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/simibubi/create/content/kinetics/deployer/DeployerBlockEntity.java b/src/main/java/com/simibubi/create/content/kinetics/deployer/DeployerBlockEntity.java index 82a65d374d..1fc9fc65d8 100644 --- a/src/main/java/com/simibubi/create/content/kinetics/deployer/DeployerBlockEntity.java +++ b/src/main/java/com/simibubi/create/content/kinetics/deployer/DeployerBlockEntity.java @@ -193,7 +193,9 @@ public void tick() { if (level.isClientSide) return; - // fabric: https://github.com/Fabricators-of-Create/Create/issues/1139 + // https://github.com/Fabricators-of-Create/Create/issues/1139 + // Somehow when paired with Jade player becomes null because owner is null (which shouldn't ever happen) + // This allows the block to actually break and drop but not crash the game if (player == null) return;