fix(Features): Forgot to toggle kick on protections

This commit is contained in:
Yimura 2021-01-02 16:16:02 +01:00
parent 8061fc1d88
commit 34ca679a59

View File

@ -66,6 +66,7 @@ namespace big::features::functions
protections["fake_deposit"] = toggle;
protections["force_mission"] = toggle;
protections["gta_banner"] = toggle;
protections["kick"] = toggle;
protections["personal_vehicle_destroyed"] = toggle;
protections["remote_off_radar"] = toggle;
protections["rotate_cam"] = toggle;