fix(Features): Forgot to toggle kick on protections

This commit is contained in:
Yimura 2021-01-02 16:16:02 +01:00
parent 8f1a864055
commit 08be3ea75c
No known key found for this signature in database
GPG Key ID: 54EFAD29393A6E78

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;