Skip to content

Commit 98d8a93

Browse files
committed
The bulk key can be much bigger
1 parent 8471d9e commit 98d8a93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/sourcemod/scripting/offstyledb.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ConVar sv_cheats = null;
5151
StringMap gM_StyleMapping = null;
5252
char gS_StyleHash[160];
5353

54-
char gS_BulkCode[64];
54+
char gS_BulkCode[128];
5555
bool gB_IsProcessingBatches = false;
5656
int gI_CurrentBatch = 0;
5757
int gI_TotalRecords = 0;

0 commit comments

Comments
 (0)