Skip to content

Commit

Permalink
Update Si_Logging.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
zawedcvg committed May 14, 2024
1 parent 62c678e commit 25cd17a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Si_Logging/Si_Logging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,13 @@ public override void OnLateInitializeMelon()
return;
}

//QList.Options.RegisterMod(this);
//
//QList.OptionTypes.BoolOption logDamage = new(Pref_Log_Damage, Pref_Log_Damage.Value);
//QList.OptionTypes.BoolOption logAllKills = new(Pref_Log_Kills_Include_AI_vs_Player, Pref_Log_Kills_Include_AI_vs_Player.Value);
//
//QList.Options.AddOption(logDamage);
//QList.Options.AddOption(logAllKills);
QList.Options.RegisterMod(this);

QList.OptionTypes.BoolOption logDamage = new(Pref_Log_Damage, Pref_Log_Damage.Value);
QList.OptionTypes.BoolOption logAllKills = new(Pref_Log_Kills_Include_AI_vs_Player, Pref_Log_Kills_Include_AI_vs_Player.Value);
QList.Options.AddOption(logDamage);

QList.Options.AddOption(logAllKills);
#endif
}

Expand Down

0 comments on commit 25cd17a

Please sign in to comment.