From bacc5396e6e6851877da254319301bee6c1c0255 Mon Sep 17 00:00:00 2001 From: matthijs Date: Thu, 16 Jun 2005 20:54:37 +0000 Subject: [PATCH] (svn r2449) * Added an extra warning to the stopall command, "For debugging only!". --- console_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console_cmds.c b/console_cmds.c index cb7b57860c..132d54dcd8 100644 --- 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; }