mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-12 22:02:12 +00:00
Prevent redudant result patch caching on competition
This commit is contained in:
parent
a501b7b00d
commit
77f2b1f682
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue