Skip to content

Commit

Permalink
Update CharaEvent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jalil49 committed Mar 11, 2021
1 parent fa93312 commit 808365e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/CharaEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ public class CharaEvent : CharaCustomFunctionController

protected override void OnReload(GameMode currentGameMode, bool MaintainState) //from KKAPI.Chara when characters enter reload state
{
if (ChaControl.fileParam.sex == 0)
{
return;
}
ThisOutfitData = Constants.ChaDefaults.Find(x => x.ChaName == ChaControl.name);
if (ThisOutfitData == null)
{
Expand Down

0 comments on commit 808365e

Please sign in to comment.