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