Skip to content

Commit

Permalink
Port CBA PR acemod#1048
Browse files Browse the repository at this point in the history
  • Loading branch information
dedmen committed Jan 25, 2019
1 parent 545c16e commit 8f74185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/x/cba/addons/main/script_macros_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@ Macro: IS_ADMIN
Author:
commy2
------------------------------------------- */
#define IS_ADMIN serverCommandAvailable "#kick"
#define IS_ADMIN serverCommandAvailable '#kick'

/* -------------------------------------------
Macro: IS_ADMIN_LOGGED
Expand All @@ -1727,7 +1727,7 @@ Macro: IS_ADMIN_LOGGED
Author:
commy2
------------------------------------------- */
#define IS_ADMIN_LOGGED serverCommandAvailable "#shutdown"
#define IS_ADMIN_LOGGED serverCommandAvailable '#shutdown'

/* -------------------------------------------
Macro: FILE_EXISTS
Expand Down

0 comments on commit 8f74185

Please sign in to comment.