Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
nope
Browse files Browse the repository at this point in the history
  • Loading branch information
totles committed Feb 14, 2019
1 parent 37de51c commit 00111b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addons/sourcemod/scripting/surftimer/misc.sp
Original file line number Diff line number Diff line change
Expand Up @@ -4645,8 +4645,7 @@ public void SetDefaultTitle(int client, const char szTitle[256])
// Set the clients default title
g_bEnforceTitle[client] = true;
Format(g_szEnforcedTitle[client], sizeof(g_szEnforcedTitle), szTitle);
// oof?
CreateTimer(2.0, SetClanTag, client, TIMER_FLAG_NO_MAPCHANGE);
CreateTimer(1.0, SetClanTag, client, TIMER_FLAG_NO_MAPCHANGE);
}

public int GetStyleIndex(char[] szBuffer)
Expand Down

0 comments on commit 00111b5

Please sign in to comment.