Skip to content

Commit

Permalink
Merge pull request #47 from MarvinBeym/develop
Browse files Browse the repository at this point in the history
v1.4.1
  • Loading branch information
MarvinBeym authored Oct 27, 2024
2 parents 176481b + 1c8a0d0 commit 24a66e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source code/MscModApi/MscModApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ public class MscModApi : Mod
public override string ID => "MscModApi";
public override string Name => "MscModApi";
public override string Author => "DonnerPlays";
public override string Version => "1.4.0";
public override string Version => "1.4.1";

public override string Description =>
"A general modding 'help' featuring things like installable/boltable parts, shop, part boxing, utility tools & more.";

public override bool UseAssetsFolder => true;
private static SettingsCheckBox showBoltSizeSetting;

Expand Down
2 changes: 1 addition & 1 deletion Source code/MscModApi/Tools/UserInteraction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public static bool EmptyHand()

public static bool UseButtonDown => cInput.GetKeyDown("Use");

public static bool ThrottleDown => cInput.GetKey("Throttle");
public static bool ThrottleDown => CarH.axisCarController.accelKey;

public static class MouseScrollWheel
{
Expand Down

0 comments on commit 24a66e9

Please sign in to comment.