Skip to content

Commit

Permalink
Remove event
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Dec 15, 2024
1 parent e8438f5 commit 5bd10db
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ private async Task DropController()
private Player.BaseAnimationOperation GetObservedMedsOperation()
{
return new ObservedMedsOperation(this);
}
}

public override bool CanChangeCompassState(bool newState)
{
Expand Down Expand Up @@ -100,7 +100,6 @@ public void ObservedStart(Action callback)
State = Player.EOperationState.Executing;
SetLeftStanceAnimOnStartOperation();
callback();
observedMedsController.coopPlayer.HealthController.EffectRemovedEvent += method_2;
observedMedsController.FirearmsAnimator.SetActiveParam(true, false);
}

Expand Down
25 changes: 0 additions & 25 deletions Fika.Core/Coop/Patches/MedkidHidePatch.cs

This file was deleted.

1 change: 0 additions & 1 deletion Fika.Core/FikaPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ private static void EnableFikaPatches()
new BotReload_method_1_Patch().Enable();
new Class1374_ReloadBackendLocale_Patch().Enable();
new GClass2013_method_0_Patch().Enable();
new MedkidHidePatch().Enable();
#if DEBUG
TasksExtensions_HandleFinishedTask_Patches.Enable();
new GClass1640_method_0_Patch().Enable();
Expand Down

0 comments on commit 5bd10db

Please sign in to comment.