mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-05 07:49:22 +00:00
[ShareBubbles] bump version, fixes for 2025r179
This commit is contained in:
parent
940777d9e5
commit
697ad77f5f
3 changed files with 6 additions and 6 deletions
|
@ -35,7 +35,7 @@ internal static class PlayerSetup_Patches
|
|||
internal static class ControllerRay_Patches
|
||||
{
|
||||
[HarmonyPostfix]
|
||||
[HarmonyPatch(typeof(ControllerRay), nameof(ControllerRay.DeleteSpawnable))]
|
||||
[HarmonyPatch(typeof(ControllerRay), nameof(ControllerRay.HandleSpawnableClicked))]
|
||||
public static void Postfix_ControllerRay_DeleteSpawnable(ref ControllerRay __instance)
|
||||
{
|
||||
if (!__instance._interactDown)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue