Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Feb 22, 2024
1 parent ecd4fb5 commit c4ee67a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c4ee67a

Please sign in to comment.