diff --git a/plugins/basefuncommands.sp b/plugins/basefuncommands.sp index 7505cf03..376a1c8d 100644 --- a/plugins/basefuncommands.sp +++ b/plugins/basefuncommands.sp @@ -51,7 +51,7 @@ public Plugin:myinfo = // Set any of these to 0 and recompile to completely disable those commands // ------------------------------------------------------------------------------- #define BEACON 1 -#define TIMEBOMB 1 +#define TIMEBOMB 0 #define FIRE 1 #define ICE 1 #define GRAVITY 1 @@ -68,7 +68,7 @@ public Plugin:myinfo = * Fire requires timebomb */ #if TIMEBOMB == 0 && FIRE == 1 -#error "TimeBomb requires Fire" +#error "FIRE requires TIMEBOMB" #endif new Handle:hTopMenu = INVALID_HANDLE;