fix: null check for localSingleGang
This commit is contained in:
parent
bdc26f2528
commit
5aa379ca9d
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ public class GBSUServer : MonoBehaviour
|
||||||
}
|
}
|
||||||
void SetLocalGangToOff()
|
void SetLocalGangToOff()
|
||||||
{
|
{
|
||||||
localSingleGang.SetValue(false);
|
localSingleGang?.SetValue(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue