mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-28 12:40:28 +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;
|
||||
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch(typeof(NomaiRemoteCameraStreaming), nameof(NomaiRemoteCameraPlatform.SwitchToPlayerCamera))]
|
||||
[HarmonyPatch(typeof(NomaiRemoteCameraPlatform), nameof(NomaiRemoteCameraPlatform.SwitchToPlayerCamera))]
|
||||
public static bool NomaiRemoteCameraPlatform_SwitchToPlayerCamera() => false;
|
||||
|
||||
[HarmonyPrefix]
|
||||
|
Loading…
x
Reference in New Issue
Block a user