# HG changeset patch # User matthijs # Date 2005-06-16 20:54:37 # Node ID 20262bf3cc4fa10565904e53d6cb2a523c9503ff # Parent ea8e39498c723794c4aadc61940798182457dff3 (svn r2449) * Added an extra warning to the stopall command, "For debugging only!". diff --git a/console_cmds.c b/console_cmds.c --- a/console_cmds.c +++ b/console_cmds.c @@ -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; }