mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-30 12:32:55 +00:00
fix ccu?
This commit is contained in:
parent
c763c24bd5
commit
be290339c2
@ -516,6 +516,9 @@ internal class CustomNomaiRemoteCameraPlatform : NomaiShared
|
||||
|
||||
private void SwitchToPlayerCamera()
|
||||
{
|
||||
// does nothing except run CCU's prefix
|
||||
_oldPlatform.SwitchToPlayerCamera();
|
||||
|
||||
if (_slavePlatform._visualSector != null)
|
||||
{
|
||||
if (!_alreadyOccupiedSectors.Contains(_slavePlatform._visualSector))
|
||||
|
@ -28,6 +28,10 @@ internal class PoolPatches : QSBPatch
|
||||
[HarmonyPatch(typeof(NomaiRemoteCameraPlatform), nameof(NomaiRemoteCameraPlatform.OnPedestalContact))]
|
||||
public static bool NomaiRemoteCameraPlatform_OnPedestalContact() => false;
|
||||
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch(typeof(NomaiRemoteCameraStreaming), nameof(NomaiRemoteCameraPlatform.SwitchToPlayerCamera))]
|
||||
public static bool NomaiRemoteCameraPlatform_SwitchToPlayerCamera() => false;
|
||||
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch(typeof(NomaiRemoteCameraStreaming), nameof(NomaiRemoteCameraStreaming.FixedUpdate))]
|
||||
public static bool NomaiRemoteCameraStreaming_FixedUpdate() => false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user