Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Bara committed Oct 17, 2018
1 parent 9396fd6 commit 27fe3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/ttt/ttt_playerhud.sp
Expand Up @@ -67,7 +67,7 @@ public void OnAllPluginsLoaded()

public void OnConfigsExecuted()
{
CreateTimer(g_cTimer.FloatValue, Timer_UpdateText, _, TIMER_REPEAT);
CreateTimer(g_cTimer.FloatValue, Timer_UpdateText, _, TIMER_REPEAT | TIMER_FLAG_NO_MAPCHANGE);
}

public Action Timer_UpdateText(Handle timer)
Expand Down

0 comments on commit 27fe3f2

Please sign in to comment.