mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 08:44:25 +00:00
Add warning when files are skipped due to being previously processed.
This commit is contained in:
parent
79861c1a98
commit
f289999ce3
1 changed files with 3 additions and 0 deletions
|
|
@ -3285,7 +3285,10 @@ static void Command_Addfile(void)
|
|||
|
||||
// If we've added this one, skip to the next one.
|
||||
if (fileadded)
|
||||
{
|
||||
CONS_Alert(CONS_WARNING, M_GetText("Already processed %s, skipping\n"), fn);
|
||||
continue;
|
||||
}
|
||||
|
||||
// Disallow non-printing characters and semicolons.
|
||||
for (i = 0; fn[i] != '\0'; i++)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue