Skip to content

Commit

Permalink
Fix tasks ids
Browse files Browse the repository at this point in the history
  • Loading branch information
FEDERICOMB96 committed Jul 31, 2023
1 parent bb7d487 commit 6c77515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions addons/amxmodx/scripting/include/mm_incs/defines.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#define MM_VERSION_MAJOR 2
#define MM_VERSION_MINOR 1
#define MM_VERSION_PATCH 1
#define MM_VERSION_PATCH 2

#define PLUGIN_VERSION fmt("v%d.%d.%d", MM_VERSION_MAJOR, MM_VERSION_MINOR, MM_VERSION_PATCH)

Expand Down Expand Up @@ -57,7 +57,7 @@

#define CHECK_ADMIN_ACCESS(%0,%1) if(~get_user_flags(%0) & %1) { client_print_color(%0, print_team_default, "%s^1 %L", g_GlobalConfigs[ChatPrefix], LANG_PLAYER, "MM_ADMIN_NO_ACC"); return PLUGIN_HANDLED; }

enum
enum (+= 12345)
{
TASK_VOTEMAP = MAX_USERS,
TASK_VOTEMOD,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
#define MM_VERSION_MAJOR 2
#define MM_VERSION_MINOR 1
#define MM_VERSION_PATCH 1
#define MM_VERSION_PATCH 2

enum ChangeMap_e
{
Expand Down

0 comments on commit 6c77515

Please sign in to comment.