From 27bb44a7fe5454f285ac8de169b838ddb920a1d8 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Fri, 13 Aug 2004 15:26:48 +0000 Subject: [PATCH] new values for LANG_* defines --- plugins/include/amxconst.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/amxconst.inc b/plugins/include/amxconst.inc index 320f5844..53490f40 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -163,8 +163,8 @@ #define MENU_KEY_9 (1<<8) #define MENU_KEY_0 (1<<9) -#define LANG_PLAYER 0 -#define LANG_SERVER -1 +#define LANG_SERVER 0 +#define LANG_PLAYER -1 /* Destination types for client_print() */ enum {