mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Update help message to mention supported file extensions, and change the description to "Load add-ons"
This commit is contained in:
parent
f289999ce3
commit
3514ecdec8
1 changed files with 1 additions and 1 deletions
|
|
@ -3256,7 +3256,7 @@ static void Command_Addfile(void)
|
||||||
|
|
||||||
if (argc < 2)
|
if (argc < 2)
|
||||||
{
|
{
|
||||||
CONS_Printf(M_GetText("addfile <wadfile.wad>: load wad file\n"));
|
CONS_Printf(M_GetText("addfile <filename.pk3/wad/lua/soc> [filename2...] [...]: Load add-ons\n"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue