mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-28 22:13:23 +00:00
copy fix from api branch
This commit is contained in:
parent
b7d9aba4a8
commit
794943158e
@ -29,7 +29,7 @@ internal class PoolPatches : QSBPatch
|
|||||||
public static bool NomaiRemoteCameraPlatform_OnPedestalContact() => false;
|
public static bool NomaiRemoteCameraPlatform_OnPedestalContact() => false;
|
||||||
|
|
||||||
[HarmonyPrefix]
|
[HarmonyPrefix]
|
||||||
[HarmonyPatch(typeof(NomaiRemoteCameraStreaming), nameof(NomaiRemoteCameraPlatform.SwitchToPlayerCamera))]
|
[HarmonyPatch(typeof(NomaiRemoteCameraPlatform), nameof(NomaiRemoteCameraPlatform.SwitchToPlayerCamera))]
|
||||||
public static bool NomaiRemoteCameraPlatform_SwitchToPlayerCamera() => false;
|
public static bool NomaiRemoteCameraPlatform_SwitchToPlayerCamera() => false;
|
||||||
|
|
||||||
[HarmonyPrefix]
|
[HarmonyPrefix]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user