1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-04-30 08:07:12 +02:00

Update the blip pool size to the correct value.

This commit is contained in:
Sandu Liviu Catalin 2016-06-20 08:55:04 +03:00
parent 933522f2a4
commit 8591efbcce

View File

@ -597,7 +597,7 @@ enum CmdError
* INITIAL ENTITY POOLS * INITIAL ENTITY POOLS
*/ */
#define SQMOD_BLIP_POOL 128 #define SQMOD_BLIP_POOL 100
#define SQMOD_CHECKPOINT_POOL 2000 #define SQMOD_CHECKPOINT_POOL 2000
#define SQMOD_KEYBIND_POOL 256 #define SQMOD_KEYBIND_POOL 256
#define SQMOD_OBJECT_POOL 3000 #define SQMOD_OBJECT_POOL 3000