diff --git a/NitroxPatcher/Patches/Dynamic/GotoConsoleCommand_GotoPosition_Patch.cs b/NitroxPatcher/Patches/Dynamic/GotoConsoleCommand_GotoPosition_Patch.cs index 26652eb00..4f1ec6e68 100644 --- a/NitroxPatcher/Patches/Dynamic/GotoConsoleCommand_GotoPosition_Patch.cs +++ b/NitroxPatcher/Patches/Dynamic/GotoConsoleCommand_GotoPosition_Patch.cs @@ -8,7 +8,7 @@ public sealed partial class GotoConsoleCommand_GotoPosition_Patch : NitroxPatch, { public static readonly MethodInfo TARGET_METHOD = Reflect.Method((GotoConsoleCommand t) => t.GotoPosition(default, default)); - public static bool Prefix(Vector3 position, bool gotoImmediate = false) + public static bool Prefix(Vector3 position) { Vehicle currentMountedVehicle = Player.main.currentMountedVehicle; if (!currentMountedVehicle)