diff --git a/game/addons/sourcemod/scripting/sbpp_comms.sp b/game/addons/sourcemod/scripting/sbpp_comms.sp index a9a05da9e..70e5e80ff 100644 --- a/game/addons/sourcemod/scripting/sbpp_comms.sp +++ b/game/addons/sourcemod/scripting/sbpp_comms.sp @@ -122,14 +122,15 @@ int ConfigWhiteListOnly = 0; int serverID = 0; /* List menu */ -enum PeskyPanels +enum { curTarget, curIndex, viewingMute, viewingGag, viewingList, -} + PeskyPanels, +}; int g_iPeskyPanels[MAXPLAYERS + 1][PeskyPanels]; bool g_bPlayerStatus[MAXPLAYERS + 1]; // Player block check status