Add cmgamestats console command to show total number of vehicles in the game
This commit is contained in:
@@ -2670,4 +2670,5 @@ void IConsoleStdLibRegister()
|
||||
IConsole::CmdRegister("cmgamespeed", citymania::ConGameSpeed);
|
||||
IConsole::CmdRegister("cmstartrecord", citymania::ConStartRecord);
|
||||
IConsole::CmdRegister("cmstoprecord", citymania::ConStopRecord);
|
||||
IConsole::CmdRegister("cmgamestats", citymania::ConGameStats);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user