char queries were actually not long enough with 256 in some cases so made them 400 long to fit all mapnames lengths

This commit is contained in:
Christian 2021-03-02 09:04:29 +01:00
parent 795fcaca34
commit facb195c75

View File

@ -2,7 +2,7 @@
#define DEBUG
#define PLUGIN_AUTHOR "jenz"
#define PLUGIN_VERSION "1.6"
#define g_dLength 256
#define g_dLength 400
#define g_dIndex 65
#include <sourcemod>
#include <colorvariables>