diff options
Diffstat (limited to 'src/map/config/const.h')
-rw-r--r-- | src/map/config/const.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/config/const.h b/src/map/config/const.h index d209d81ce..85a76b1ab 100644 --- a/src/map/config/const.h +++ b/src/map/config/const.h @@ -101,7 +101,7 @@ #endif /* Feb 1st 2012 */ -#ifdef PACKETVER >= 20120201 +#if PACKETVER >= 20120201 #define NEW_CARTS #define MAX_CARTS 9 #else |