mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00
add comment to ContraptionVisual
This commit is contained in:
parent
772d5c106e
commit
cc4e272392
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ public class ContraptionVisual<E extends AbstractContraptionEntity> extends Abst
|
|||
setEmbeddingMatrices(partialTick);
|
||||
|
||||
Contraption contraption = entity.getContraption();
|
||||
// The contraption could be null if it wasn't synced (ex. too much data)
|
||||
if (contraption == null)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue