From 40e207200a6fddf90b18b16e0e01df97db60fd2c Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Thu, 13 Oct 2022 22:38:56 +0200 Subject: [PATCH] Fix a typo in the undefined MapFormat exception message --- OpenRA.Game/Map/Map.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Game/Map/Map.cs b/OpenRA.Game/Map/Map.cs index 366f2b57a9..06644b43dc 100644 --- a/OpenRA.Game/Map/Map.cs +++ b/OpenRA.Game/Map/Map.cs @@ -302,7 +302,7 @@ namespace OpenRA return FieldLoader.GetValue("MapFormat", search.Groups[1].Value); } - throw new InvalidDataException($"MapFormat is not definedt\n File: {p.Name}"); + throw new InvalidDataException($"MapFormat is not defined\n File: {p.Name}"); } ///