(svn r2449) * Added an extra warning to the stopall command, "For debugging only!".

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
matthijs 19 years ago
parent 9cb58e0bb3
commit bacc5396e6

@ -92,7 +92,7 @@ DEF_CONSOLE_CMD(ConStopAllVehicles)
{
Vehicle* v;
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;
}

Loading…
Cancel
Save