Fixed levitator crash
This commit is contained in:
parent
983f8a6876
commit
8ae54bb099
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ public class PartLevitator extends PartFace
|
|||
|
||||
public PartLevitator getLink()
|
||||
{
|
||||
return linked != null ? linked.get() : null;
|
||||
return linked != null ? linked.get().world() != null ? linked.get() : null : null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue