Skip to content

Commit

Permalink
Fix silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed Aug 10, 2019
1 parent 29ae29f commit 7b477d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pongbot/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7b477d6

Please sign in to comment.