Skip to content

Commit

Permalink
Commented out debug define. Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchDizzle committed Apr 7, 2019
1 parent 6b15e6b commit 6eb24d7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified GroupAssigner/addons/sourcemod/plugins/GroupAssigner.smx
Binary file not shown.
2 changes: 1 addition & 1 deletion GroupAssigner/addons/sourcemod/scripting/GroupAssigner.sp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ArrayList profiles;
KeyValues kvPlayers = null;
bool ignoreThisSection = false;

#define PLUGIN_VERSION "1.0.0"
#define PLUGIN_VERSION "1.1.1"
public Plugin myinfo = {
name = "Group Assigner",
author = "Mitch",
Expand Down
Binary file modified GroupHandler/addons/sourcemod/plugins/GroupHandler.smx
Binary file not shown.
4 changes: 2 additions & 2 deletions GroupHandler/addons/sourcemod/scripting/GroupHandler.sp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma semicolon 1

//Uncomment for debug messages.
#define IN_DEBUG
//#define IN_DEBUG

ArrayList groupList; //Contains a list of group names, when a new group is assigned it is added here.
ArrayList groupCache; //Contains a full list of [userId, groupIndex],
Expand All @@ -11,7 +11,7 @@ ArrayList groupCache; //Contains a full list of [userId, groupIndex],
bool canCacheGroups;

Handle hF_GroupCreated;
#define PLUGIN_VERSION "1.1.0"
#define PLUGIN_VERSION "1.1.1"
public Plugin myinfo = {
name = "Dynamic Admin Group Handler",
author = "Mitch",
Expand Down

0 comments on commit 6eb24d7

Please sign in to comment.