Add cmresettowngrowth command to reset growth rate of all towns to normal

This commit is contained in:
dP
2021-02-07 21:17:32 +03:00
parent 440e42622e
commit 7e2ade139c
4 changed files with 26 additions and 0 deletions

View File

@@ -2214,4 +2214,5 @@ void IConsoleStdLibRegister()
IConsoleCmdRegister("cmstep", citymania::ConStep, ConHookNoNetwork);
IConsoleCmdRegister("cmexport", citymania::ConExport);
IConsoleCmdRegister("cmtreemap", citymania::ConTreeMap, ConHookNoNetwork);
IConsoleCmdRegister("cmresettowngrowth", citymania::ConResetTownGrowth, ConHookNoNetwork);
}