remove crit spam in console

This commit is contained in:
nullifiedcat 2017-04-18 17:54:23 +03:00
parent 7e3f9b8d8d
commit 56c8ca6aa0
2 changed files with 2 additions and 1 deletions

View File

@ -279,6 +279,7 @@ List& MainList() {
"Crit Hack" [
"Crit Hack Menu"
"crit_info"
"crit_hack_next"
"crit_hack"
"crit_suppress"
"crit_melee"

View File

@ -168,7 +168,7 @@ void CreateMove() {
if (chc) {
found_crit_weapon = weapon;
found_crit_number = cmdn;
logging::Info("Found crit at: %i, original: %i", cmdn, g_pUserCmd->command_number);
//logging::Info("Found crit at: %i, original: %i", cmdn, g_pUserCmd->command_number);
//command_number_mod[g_pUserCmd->command_number] = cmdn;
//*(int*)(sharedobj::engine->Pointer(0x00B6C91C)) = cmdn - 1;
}