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