Skip to content

Commit d7de89e

Browse files
authored
Update sourcebanspp.inc
1 parent 7109477 commit d7de89e

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

game/addons/sourcemod/scripting/include/sourcebanspp.inc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
#define SB_VERSION_MAJOR "1"
3333
#define SB_VERSION_MINOR "8"
34-
#define SB_VERSION_PATCH "7"
34+
#define SB_VERSION_PATCH "8"
3535

3636
#define SB_VERSION SB_VERSION_MAJOR..."."...SB_VERSION_MINOR..."."...SB_VERSION_PATCH
3737

@@ -117,4 +117,13 @@ forward void SBPP_OnReportPlayer(int iReporter, int iTarget, const char[] sReaso
117117
*********************************************************/
118118
forward bool SBPP_OnClientPreAdminCheck(AdminCachePart part);
119119

120+
/*********************************************************
121+
* Called after a client's admin rights have been fully applied
122+
* from the database (flags and groups assigned, cache checked).
123+
*
124+
* @param client The client index who received admin rights
125+
* @noreturn
126+
*********************************************************/
127+
forward void SBPP_OnClientPostAdminCheck(int client);
128+
120129
//Yarr!

0 commit comments

Comments
 (0)