(svn r2449) * Added an extra warning to the stopall command, "For debugging only!".
authormatthijs
Thu, 16 Jun 2005 20:54:37 +0000
changeset 1943 86e186684bf6
parent 1942 634961366cdc
child 1944 012fa5e69118
(svn r2449) * Added an extra warning to the stopall command, "For debugging only!".
console_cmds.c
--- a/console_cmds.c	Thu Jun 16 18:04:02 2005 +0000
+++ b/console_cmds.c	Thu Jun 16 20:54:37 2005 +0000
@@ -92,7 +92,7 @@
 {
 	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;
 	}