mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-03 17:38:30 +00:00
tweak
This commit is contained in:
parent
f79b8316d0
commit
5daeb40e15
@ -23,7 +23,7 @@ internal class UseFlightConsole : QSBMessage<bool>
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public UseFlightConsole(bool active) : base(active) { }
|
private UseFlightConsole(bool active) : base(active) { }
|
||||||
|
|
||||||
public override void OnReceiveLocal()
|
public override void OnReceiveLocal()
|
||||||
{
|
{
|
||||||
@ -41,7 +41,7 @@ internal class UseFlightConsole : QSBMessage<bool>
|
|||||||
|
|
||||||
if (Data)
|
if (Data)
|
||||||
{
|
{
|
||||||
console._modelShipBody.Unsuspend(true);
|
console._modelShipBody.Unsuspend();
|
||||||
console._interactVolume.ResetInteraction();
|
console._interactVolume.ResetInteraction();
|
||||||
console._interactVolume.DisableInteraction();
|
console._interactVolume.DisableInteraction();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user