File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ public override void EndFun(FunMatchPlugin plugin)
24
24
Enabled = false ;
25
25
ConVar . Find ( "mp_buytime" ) ! . SetValue ( 20.0f ) ;
26
26
ConVar . Find ( "mp_autokick" ) ! . SetValue ( true ) ;
27
+ ConVar . Find ( "mp_buy_during_immunity" ) ! . SetValue ( 0 ) ;
27
28
if ( EventRoundFreezeEndHandler is not null )
28
29
plugin . DeregisterEventHandler ( EventRoundFreezeEndHandler ! ) ;
29
30
if ( BallStatusTimer is not null )
@@ -39,6 +40,7 @@ public override void Fun(FunMatchPlugin plugin)
39
40
soccer_same_pos_times = 0 ;
40
41
ConVar . Find ( "mp_buytime" ) ! . SetValue ( 0.0f ) ;
41
42
ConVar . Find ( "mp_autokick" ) ! . SetValue ( false ) ;
43
+ ConVar . Find ( "mp_buy_during_immunity" ) ! . SetValue ( 1 ) ;
42
44
var Allplayers = Utilities . GetPlayers ( ) ;
43
45
foreach ( var p in Allplayers )
44
46
{
You can’t perform that action at this time.
0 commit comments