update (core): Startup console capitalizations (#13195)

This commit is contained in:
M'Dic
2022-10-01 13:09:34 -04:00
committed by GitHub
parent c10a229f05
commit 967f8ce6d6
26 changed files with 266 additions and 257 deletions

View File

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