Skip to content

Commit 2f33a13

Browse files
committed
Wordaround for sm 1.11
1 parent 601cf69 commit 2f33a13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

addons/sourcemod/scripting/hextags.sp

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ bool bForceTag[MAXPLAYERS+1];
7272
int iRank[MAXPLAYERS+1] = {-1, ...};
7373
bool bHideTag[MAXPLAYERS+1];
7474

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

7778
//Plugin info
7879
public Plugin myinfo =

0 commit comments

Comments
 (0)