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 +}