mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-28 14:53:55 +00:00
?s again
This commit is contained in:
parent
0822f62c62
commit
6bdf424e64
@ -29,11 +29,11 @@ namespace QSB.GeyserSync
|
||||
{
|
||||
if (state)
|
||||
{
|
||||
_geyserController.ActivateGeyser();
|
||||
_geyserController?.ActivateGeyser();
|
||||
}
|
||||
else
|
||||
{
|
||||
_geyserController.DeactivateGeyser();
|
||||
_geyserController?.DeactivateGeyser();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user