From a8e731ca281ef4b2ff513780ff13a1f5733c02ee Mon Sep 17 00:00:00 2001 From: Edo Date: Mon, 27 Feb 2023 22:56:50 +0000 Subject: [PATCH] aimassist: remove copy paste --- iw4x/iw4x_00/scripts/_aimassist.gsc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/iw4x/iw4x_00/scripts/_aimassist.gsc b/iw4x/iw4x_00/scripts/_aimassist.gsc index 6dbff20..5a92bdd 100644 --- a/iw4x/iw4x_00/scripts/_aimassist.gsc +++ b/iw4x/iw4x_00/scripts/_aimassist.gsc @@ -4,8 +4,6 @@ // Put this file in your scripts folder. // ======================================================== -#include maps\mp\_utility; - init() { aimAssistAllowed = getDvarInt("sv_allowAimAssist"); @@ -25,4 +23,4 @@ disableAimAssistForConnectedPlayers() player setClientDvar("aim_lockon_enabled", 0); player setClientDvar("aim_slowdown_enabled", 0); } -} \ No newline at end of file +}