Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaPiggy committed Nov 3, 2024
1 parent 8f67e5f commit 3d1ce17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

env:
PROJ_USERNAME: MegaPiggy
PROJ_NAME: CheatsMod
PROJ_NAME: CheatsModNoCR

jobs:
pre_job:
Expand Down
2 changes: 1 addition & 1 deletion CheatsModNoCR.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ void Awake()

void Start()
{
//new Harmony("MegaPiggy.CheatsMod").PatchAll(Assembly.GetExecutingAssembly());
//new Harmony("MegaPiggy.CheatsModNoCR").PatchAll(Assembly.GetExecutingAssembly());
ModHelper.Events.Player.OnPlayerAwake += (player) => onAwake();
ModHelper.HarmonyHelper.AddPrefix(AccessTools.Method(typeof(OWExtensions), "GetAttachedOWRigidbody", new Type[2] { typeof(Component), typeof(bool) }), typeof(MainClass), nameof(OWExtensions_GetAttachedOWRigidbody));
ModHelper.HarmonyHelper.AddPrefix<HighSpeedImpactSensor>("FixedUpdate", typeof(MainClass), nameof(HighSpeedImpactSensor_FixedUpdate));
Expand Down

0 comments on commit 3d1ce17

Please sign in to comment.