Fix file download checking the old asset file names

This commit is contained in:
pastel 2025-01-18 09:34:20 -06:00
parent a67a6ca3b8
commit 6f1a11567c

View file

@ -1345,9 +1345,9 @@ void PT_FileFragment(SINT8 node, INT32 netconsole)
if (!(strcmp(filename, "srb2.pk3") if (!(strcmp(filename, "srb2.pk3")
&& strcmp(filename, "zones.pk3") && strcmp(filename, "zones.pk3")
&& strcmp(filename, "player.dta") && strcmp(filename, "characters.pk3")
&& strcmp(filename, "patch.pk3") && strcmp(filename, "patch.pk3")
&& strcmp(filename, "music.dta") && strcmp(filename, "music.pk3")
)) ))
I_Error("Tried to download \"%s\"", filename); I_Error("Tried to download \"%s\"", filename);