Skip to content

Commit

Permalink
Remove lateload
Browse files Browse the repository at this point in the history
  • Loading branch information
JoinedSenses committed Apr 8, 2020
1 parent 3ffdef5 commit 90d4eaa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Binary file modified plugins/regextrigger.smx
Binary file not shown.
4 changes: 0 additions & 4 deletions scripting/regextrigger.sp
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,6 @@ public void OnPluginStart() {
if (IsValidClient(i)) {
FormatEx(g_sOldName[i], sizeof(g_sOldName[]), "%N", i);
FormatEx(g_sUnfilteredName[i], sizeof(g_sUnfilteredName[]), "%N", i);

if (IsClientAuthorized(i)) {
OnClientPostAdminCheck(i);
}
}
}
}
Expand Down

0 comments on commit 90d4eaa

Please sign in to comment.