NEO-109: Drop unused definition out param in activation path.

pull/148/head
VinPropane 2026-05-31 19:06:06 -04:00
parent c40bcd3ffe
commit 0f60423863
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public static class EncounterProgressOperations
IEncounterProgressStore progressStore, IEncounterProgressStore progressStore,
IEncounterCompletionStore completionStore) IEncounterCompletionStore completionStore)
{ {
if (!TryResolveEncounterForNpc(npcInstanceId, encounterRegistry, out var encounterId, out var definition)) if (!TryResolveEncounterForNpc(npcInstanceId, encounterRegistry, out var encounterId, out _))
{ {
return false; return false;
} }