diff --git a/Pongbot/Main.cpp b/Pongbot/Main.cpp index 39f87f4..d7f6632 100644 --- a/Pongbot/Main.cpp +++ b/Pongbot/Main.cpp @@ -58,7 +58,7 @@ bool Main::Load(PluginId id, ISmmAPI* ismm, char* error, size_t maxlen, bool lat WaypointManager::Init(); BotManager::Init(); - Util::Log("Initializion done! (Took %.2f seconds)", Engine->Time() - initStartTime); + Util::Log("Initialization done! (Took %.2f seconds)", Engine->Time() - initStartTime); Util::Log("!!! Don't forget to set sv_quota_stringcmdspersecond to some high value (e.g. 999999) to prevent crashes !!!"); return true;