Skip to content

Commit

Permalink
2.7-BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruze03 authored Apr 25, 2021
1 parent 9f71437 commit 9d55b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripting/discord_utilities/globals.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define PLUGIN_VERSION "2.6-BETA"
#define PLUGIN_VERSION "2.7-BETA"

#define PLUGIN_NAME "Discord Utilities"
#define PLUGIN_AUTHOR "Cruze"
Expand Down Expand Up @@ -44,7 +44,7 @@ char g_sServerName[128];

ArrayList g_aCallAdmin_ReportedList;

bool g_bCallAdmin, g_bSourceBans, g_bSourceComms, g_bShavit, g_bBugReport;
bool g_bCallAdmin, g_bSourceBans, g_bSourceComms, g_bShavit, g_bBugReport, g_bBaseComm;

char g_sLastMapPath[PLATFORM_MAX_PATH];

Expand Down

0 comments on commit 9d55b2a

Please sign in to comment.