Prevent redudant result patch caching on competition

This commit is contained in:
Steel Titanium 2021-04-07 01:11:39 -04:00
parent a501b7b00d
commit 77f2b1f682
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ void Y_LoadIntermissionData(void)
case int_race:
case int_comp:
{
if (intertype == int_match || intertype == int_race || intertype == int_comp)
if (intertype == int_match || intertype == int_race)
{
// get RESULT header
data.match.result = W_CachePatchName("RESULT", PU_PATCH);