Add cmloadcommands console command to replay commands from file
This commit is contained in:
@@ -2215,4 +2215,5 @@ void IConsoleStdLibRegister()
|
||||
IConsoleCmdRegister("cmexport", citymania::ConExport);
|
||||
IConsoleCmdRegister("cmtreemap", citymania::ConTreeMap, ConHookNoNetwork);
|
||||
IConsoleCmdRegister("cmresettowngrowth", citymania::ConResetTownGrowth, ConHookNoNetwork);
|
||||
IConsoleCmdRegister("cmloadcommands", citymania::ConLoadCommands, ConHookNoNetwork);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user