remove crit spam in console
This commit is contained in:
parent
7e3f9b8d8d
commit
56c8ca6aa0
@ -279,6 +279,7 @@ List& MainList() {
|
||||
"Crit Hack" [
|
||||
"Crit Hack Menu"
|
||||
"crit_info"
|
||||
"crit_hack_next"
|
||||
"crit_hack"
|
||||
"crit_suppress"
|
||||
"crit_melee"
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user