We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8471d9e commit 98d8a93Copy full SHA for 98d8a93
1 file changed
addons/sourcemod/scripting/offstyledb.sp
@@ -51,7 +51,7 @@ ConVar sv_cheats = null;
51
StringMap gM_StyleMapping = null;
52
char gS_StyleHash[160];
53
54
-char gS_BulkCode[64];
+char gS_BulkCode[128];
55
bool gB_IsProcessingBatches = false;
56
int gI_CurrentBatch = 0;
57
int gI_TotalRecords = 0;
0 commit comments