From 8329f4f7aed8d78e2113ff6d76b1fb605c447eb4 Mon Sep 17 00:00:00 2001 From: The Grand Dog Date: Sun, 22 Mar 2020 10:51:36 -0400 Subject: [PATCH] typo --- Automap/Data/BlockDesignator.cs | 2 +- Automap/Data/EntityDesignator.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Automap/Data/BlockDesignator.cs b/Automap/Data/BlockDesignator.cs index 56e33f0..8511308 100644 --- a/Automap/Data/BlockDesignator.cs +++ b/Automap/Data/BlockDesignator.cs @@ -24,7 +24,7 @@ namespace Automap public Color OverwriteColor; [JsonIgnore] - public BlockDesignatonAction SpecialAction; + public BlockDesignatorAction SpecialAction; [JsonProperty] public string SpecialActionName; diff --git a/Automap/Data/EntityDesignator.cs b/Automap/Data/EntityDesignator.cs index 3b2eda9..50dd7a8 100644 --- a/Automap/Data/EntityDesignator.cs +++ b/Automap/Data/EntityDesignator.cs @@ -25,7 +25,7 @@ namespace Automap public Color Color; [JsonIgnore] - public EntityDesignatonAction SpecialAction; + public EntityDesignatorAction SpecialAction; [JsonProperty] public string SpecialActionName; -- 2.11.0