mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-04 23:39:22 +00:00
[DoubleTapJumpToExitSeat] Fixes for 2025r180
This commit is contained in:
parent
4123a1f25d
commit
c9acb00088
3 changed files with 10 additions and 10 deletions
|
@ -73,8 +73,8 @@ public class DoubleTapJumpToExitSeatMod : MelonMod
|
|||
// Steal sync
|
||||
if (__instance.lockControls)
|
||||
{
|
||||
if (__instance._spawnable != null) __instance._spawnable.ForceUpdate(4);
|
||||
if (__instance._objectSync != null) __instance._objectSync.ForceUpdate(4);
|
||||
if (__instance._spawnable) __instance._spawnable.ForceUpdate(4);
|
||||
if (__instance._objectSync) __instance._objectSync.ForceUpdate(4);
|
||||
}
|
||||
|
||||
return false; // don't call original method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue