Add cmloadcommands console command to replay commands from file

This commit is contained in:
dP
2021-03-18 00:05:08 +03:00
parent 1a9345b036
commit e5fb5e8ad4
4 changed files with 79 additions and 3 deletions

View File

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