don't bother detecting combat zones if we don't have enough data

This commit is contained in:
Florian Stinglmayr 2022-12-07 22:41:10 +01:00
parent b84d028115
commit 2608aeab6f

View File

@ -77,6 +77,12 @@ internal class TransactionParserContext {
ulong highest = HighestCombatBond ?? 0;
string? faction = LastRecordedAwardingFaction;
if (HighestCombatBond == null &&
LastRecordedAwardingFaction == null &&
HaveSeenAXWarzoneNPC == false) {
return;
}
if (OnFootKills > 0) {
cztype = CombatZones.GroundCombatZone;
// High on foot combat zones have enforcers that bring 80k a pop