mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-10-31 15:20:10 +00:00
(svn r2945) Add 'del' alias to rm console command
This commit is contained in:
parent
7f31471240
commit
b1814daab7
@ -1295,6 +1295,7 @@ void IConsoleStdLibRegister(void)
|
||||
IConsoleCmdRegister("stopall", ConStopAllVehicles);
|
||||
|
||||
IConsoleAliasRegister("dir", "ls");
|
||||
IConsoleAliasRegister("del", "rm %+");
|
||||
IConsoleAliasRegister("newmap", "newgame");
|
||||
IConsoleAliasRegister("new_map", "newgame");
|
||||
IConsoleAliasRegister("new_game", "newgame");
|
||||
|
Loading…
Reference in New Issue
Block a user