Disable color hooks until needed

This commit is contained in:
Maurice Heumann 2023-01-09 19:03:13 +01:00
parent 0d2ef35db4
commit 37edda91d9

View File

@ -67,8 +67,8 @@ namespace colors
patch_color<5>(32, 197, 255); // 5 - Light Blue
patch_color<6>(151, 80, 221); // 6 - Pink
get_player_name_hook.create(0x1413E3140_g, get_player_name_stub);
get_gamer_tag_hook.create(0x141EC7370_g, get_gamer_tag_stub);
//get_player_name_hook.create(0x1413E3140_g, get_player_name_stub);
//get_gamer_tag_hook.create(0x141EC7370_g, get_gamer_tag_stub);
}
};
}