mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 00:32:43 +00:00
?
This commit is contained in:
parent
be6401cab4
commit
aaff217c36
@ -47,7 +47,7 @@ namespace QSB.TransformSync
|
||||
public void Remove()
|
||||
{
|
||||
// do N O T destroy the parent - it completely breaks the ENTIRE GAME
|
||||
if (_canvasMarker.gameObject != null)
|
||||
if (_canvasMarker?.gameObject != null)
|
||||
{
|
||||
_canvasMarker.DestroyMarker();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user