Skip to content

Commit

Permalink
Wordaround for sm 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexer10 committed Jan 9, 2020
1 parent 601cf69 commit 2f33a13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/sourcemod/scripting/hextags.sp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ bool bForceTag[MAXPLAYERS+1];
int iRank[MAXPLAYERS+1] = {-1, ...};
bool bHideTag[MAXPLAYERS+1];

char sTags[MAXPLAYERS+1][eTags][128];
// TODO: Workaround for sm 1.11, implement eTags enum struct
char sTags[MAXPLAYERS+1][4][128];

//Plugin info
public Plugin myinfo =
Expand Down

0 comments on commit 2f33a13

Please sign in to comment.