1
0
Fork 0

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

release/0.4.5
matthijs 2005-06-16 20:54:37 +00:00
parent 9cb58e0bb3
commit bacc5396e6
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}