diff --git a/src/TF2HUD.Editor/Classes/HUD/HUDCustomizations.cs b/src/TF2HUD.Editor/Classes/HUD/HUDCustomizations.cs index 1366458f..08659fba 100644 --- a/src/TF2HUD.Editor/Classes/HUD/HUDCustomizations.cs +++ b/src/TF2HUD.Editor/Classes/HUD/HUDCustomizations.cs @@ -423,7 +423,7 @@ Dictionary 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}\""); } }