From aad688026ef44dfe9aa0a34ad4b4aba78cc83031 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Sat, 26 Nov 2022 17:12:42 +0100 Subject: [PATCH] its On Foot not OnFoot --- EDPlayerJournal/BGS/TransactionParser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDPlayerJournal/BGS/TransactionParser.cs b/EDPlayerJournal/BGS/TransactionParser.cs index d53b5b5..7d6b86e 100644 --- a/EDPlayerJournal/BGS/TransactionParser.cs +++ b/EDPlayerJournal/BGS/TransactionParser.cs @@ -61,7 +61,7 @@ internal class TransactionParserContext { } if (OnFootKills > 0) { - cztype = "OnFoot"; + cztype = "On Foot"; // High on foot combat zones have enforcers that bring 80k a pop if (highest >= 80000) { grade = "High";