mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 03:12:38 +00:00
Update help message to mention supported file extensions, and change the description to "Load add-ons"
This commit is contained in:
parent
2d3a589167
commit
d5848e78fc
1 changed files with 1 additions and 1 deletions
|
@ -3256,7 +3256,7 @@ static void Command_Addfile(void)
|
|||
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue