1
0
mirror of https://github.com/XLabsProject/iw4x-rawfiles.git synced 2023-08-02 15:02:11 +02:00

aimassist: remove copy paste

This commit is contained in:
Edo 2023-02-27 22:56:50 +00:00 committed by GitHub
parent 0196f7ddd2
commit a8e731ca28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
}
}