From 35eeb6036d0376a2431a6eb1be8a8a71de3f6666 Mon Sep 17 00:00:00 2001 From: Freeman-AM Date: Fri, 6 Feb 2015 01:36:32 +0100 Subject: [PATCH] missing alignment --- plugins/include/amxmisc.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/include/amxmisc.inc b/plugins/include/amxmisc.inc index 53984845..289566dd 100755 --- a/plugins/include/amxmisc.inc +++ b/plugins/include/amxmisc.inc @@ -80,10 +80,10 @@ stock access(id, level) /** * Flags related to cmd_target: - * 1 - obey immunity - * 2 - allow yourself - * 4 - must be alive - * 8 - can't be bot + * 1 - obey immunity + * 2 - allow yourself + * 4 - must be alive + * 8 - can't be bot */ #define CMDTARGET_OBEY_IMMUNITY (1<<0) #define CMDTARGET_ALLOW_SELF (1<<1)