mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r2449) * Added an extra warning to the stopall command, "For debugging only!".
This commit is contained in:
parent
9cb58e0bb3
commit
bacc5396e6
@ -92,7 +92,7 @@ DEF_CONSOLE_CMD(ConStopAllVehicles)
|
|||||||
{
|
{
|
||||||
Vehicle* v;
|
Vehicle* v;
|
||||||
if (argc == 0) {
|
if (argc == 0) {
|
||||||
IConsoleHelp("Stops all vehicles in the game. Use at your own risk... Usage: 'stopall'");
|
IConsoleHelp("Stops all vehicles in the game. For debugging only! Use at your own risk... Usage: 'stopall'");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user