From 08be3ea75cb92e7b6978f86d3ab3043356d4331c Mon Sep 17 00:00:00 2001 From: Yimura Date: Sat, 2 Jan 2021 16:16:02 +0100 Subject: [PATCH] fix(Features): Forgot to toggle kick on protections --- BigBaseV2/src/features/functions.cpp | 1 + 1 file changed, 1 insertion(+) 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;