update (core): Startup console capitalizations (#13195)
This commit is contained in:
parent
c10a229f05
commit
967f8ce6d6
26 changed files with 266 additions and 257 deletions
|
|
@ -97,7 +97,7 @@ void LoadGameObjectModelList(std::string const& dataPath)
|
|||
|
||||
fclose(model_list_file);
|
||||
|
||||
LOG_INFO("server.loading", ">> Loaded {} GameObject models in {} ms", uint32(model_list.size()), GetMSTimeDiffToNow(oldMSTime));
|
||||
LOG_INFO("server.loading", ">> Loaded {} GameObject Models in {} ms", uint32(model_list.size()), GetMSTimeDiffToNow(oldMSTime));
|
||||
LOG_INFO("server.loading", " ");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue