Skip to content

Commit

Permalink
boomer syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
DisabledMallis committed Aug 8, 2020
1 parent 83870ea commit 06645e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NKHook5/NKHook5/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ void StartNKH(HMODULE hModule) {
getline(cin, line);
if (line == "help") {
//cout << "Commands aren't supported yet." << endl
cout<< "NKH commands:" << endl
cout << "NKH commands:" << endl
<< "- help" << endl
<< "- reload" << endl
<< "- reload" << endl;
}
else if (line == "reload") {
Chai::reloadScripts();
Expand Down

0 comments on commit 06645e1

Please sign in to comment.