This commit is contained in:
Jackzie 2021-06-03 19:09:21 -05:00
parent a7e0ce6873
commit 3e5a2d371b
No known key found for this signature in database
GPG key ID: 1E834FE36520537A

View file

@ -102,6 +102,7 @@ int g_iTrollUsers[MAXPLAYERS+1], g_iAttackerTarget[MAXPLAYERS+1];
int autoPunished = -1, autoPunishMode, lastButtonUser, lastCrescendoUser;
bool g_bPendingItemGive[MAXPLAYERS+1], g_PendingBanTroll[MAXPLAYERS+1];
GlobalForward g_PlayerMarkedForward;
char steamids[MAXPLAYERS+1][64];
//HANDLES
Handle hThrowTimer;