Skip to content

Commit

Permalink
Fixed logs showing combo-box option instead of actual applied value
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw committed Nov 6, 2024
1 parent 804b8ea commit b34952b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TF2HUD.Editor/Classes/HUD/HUDCustomizations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ Dictionary<string, dynamic> CompileHudElement(JObject element, string absolutePa
MainWindow.Logger.Warn($"{relativePath} -> {objectPath} already contains key {property.Key}!");

hudElement[property.Key] = EvaluateValue(property.Value.ToString());
MainWindow.Logger.Info($"Set \"{property.Key}\" to \"{userSetting.Value}\"");
MainWindow.Logger.Info($"Set \"{property.Key}\" to \"{property.Value}\"");
}
}

Expand Down

0 comments on commit b34952b

Please sign in to comment.