this has no reason to be static

This commit is contained in:
jenz 2026-02-05 20:57:26 +01:00
parent 363233b044
commit cb7dd7462b

View File

@ -343,7 +343,7 @@ public int Native_AsyncHasSteamIDReservedSlot_OnTransferResponse(char[] sData, D
any data;
data = hDataPack.ReadCell();
static char splitData[32];
char splitData[32];
TrimString(sData);
StripQuotes(sData);