Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
funi
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzerbrain committed Apr 21, 2022
1 parent 5010e86 commit b81b092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/Modifiers/FirearmModifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private void ModifyAttachments(FirearmBase gun)

private void ModifyParameters(FirearmBase gun, Attachment att, Dictionary<AttachmentParam, float> newParams)
{
Log.Debug("Changing params for " + att.Name);
Log.Debug("Changing params for " + att.Name, PluginMain.Instance.Config.DebugMode);
foreach (KeyValuePair<AttachmentParam, float> pair in newParams)
{
att.SetParameterValue(pair.Key, gun.ProcessValue(pair.Value, pair.Key));
Expand Down

0 comments on commit b81b092

Please sign in to comment.