diff --git a/BigBaseV2/src/features/functions.cpp b/BigBaseV2/src/features/functions.cpp index 32ce70b8..99d06315 100644 --- a/BigBaseV2/src/features/functions.cpp +++ b/BigBaseV2/src/features/functions.cpp @@ -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;