aimassist: remove copy paste
parent
0196f7ddd2
commit
a8e731ca28
|
@ -4,8 +4,6 @@
|
||||||
// Put this file in your scripts folder.
|
// Put this file in your scripts folder.
|
||||||
// ========================================================
|
// ========================================================
|
||||||
|
|
||||||
#include maps\mp\_utility;
|
|
||||||
|
|
||||||
init()
|
init()
|
||||||
{
|
{
|
||||||
aimAssistAllowed = getDvarInt("sv_allowAimAssist");
|
aimAssistAllowed = getDvarInt("sv_allowAimAssist");
|
||||||
|
@ -25,4 +23,4 @@ disableAimAssistForConnectedPlayers()
|
||||||
player setClientDvar("aim_lockon_enabled", 0);
|
player setClientDvar("aim_lockon_enabled", 0);
|
||||||
player setClientDvar("aim_slowdown_enabled", 0);
|
player setClientDvar("aim_slowdown_enabled", 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue