File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -380,8 +380,8 @@ if(hObjectiveResource) hObjectiveResource.AcceptInput("$SetClientProp$m_iszMvMPo
380380 callback = function (response, error) {
381381 // GetPlayerWins() wipes the Wins table until it completes, so we have to print unlock
382382 // info in this callback rather than in mvm_mission_complete to get an accurate readout.
383- // Alternatively we could remove GetPlayerWins() from OnGameEvent_mvm_mission_complete
384- // but I'm not willing to do this without knowing why it was added there to begin with .
383+ // NOTE: Might not be necessary anymore as I (fellen) (tentatively) removed GetPlayerWins()
384+ // from OnGameEvent_mvm_mission_complete .
385385 Trespasser. PrintUnlockTextForStoredPlayers ()
386386 Trespasser. StoredUnlockTextInfo . clear ()
387387 }
@@ -398,7 +398,7 @@ if(hObjectiveResource) hObjectiveResource.AcceptInput("$SetClientProp$m_iszMvMPo
398398 StoredUnlockTextInfo = {}
399399 function OnGameEvent_mvm_mission_complete (_)
400400 {
401- GetPlayerWins ()
401+ // GetPlayerWins()
402402 for (local i = 1 ; i <= MAX_PLAYERS; i++ )
403403 {
404404 local hPlayer = PlayerInstanceFromIndex (i)
You can’t perform that action at this time.
0 commit comments