diff --git a/Cronos The New Dawn/dllmain.cpp b/Cronos The New Dawn/dllmain.cpp index d7743db..e1cdaee 100644 --- a/Cronos The New Dawn/dllmain.cpp +++ b/Cronos The New Dawn/dllmain.cpp @@ -345,7 +345,7 @@ static void EnableConsole() auto end = std::chrono::high_resolution_clock::now(); std::chrono::duration elapsed = end - start; - logger->info("Console fully reactivated in {:.3f}s and binded to key Tilde", elapsed.count()); + logger->info("Console fully reactivated in {:.3f}s and bound to key Tilde", elapsed.count()); logger->info("------------------ User inputs ------------------"); g_Console_Enabled = true; }