mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 00:32:43 +00:00
ExtinguishImmediately !__instance._lit check
This commit is contained in:
parent
8618f4bd03
commit
60f32bbb6c
@ -67,6 +67,11 @@ public class DreamRaftPatches : QSBPatch
|
||||
return;
|
||||
}
|
||||
|
||||
if (!__instance._lit)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
__instance.GetWorldObject<QSBDreamRaftProjector>()
|
||||
.SendMessage(new ExtinguishImmediatelyMessage());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user