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:
parent
0196f7ddd2
commit
a8e731ca28
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user