This commit is contained in:
Aleksander Waage 2020-08-23 20:53:51 +02:00
parent 0822f62c62
commit 6bdf424e64

View File

@ -29,11 +29,11 @@ namespace QSB.GeyserSync
{
if (state)
{
_geyserController.ActivateGeyser();
_geyserController?.ActivateGeyser();
}
else
{
_geyserController.DeactivateGeyser();
_geyserController?.DeactivateGeyser();
}
}
}