This commit is contained in:
CHIEFSOFT\ameye
2023-05-20 20:40:49 -04:00
parent bea0fecbac
commit 9d47860950
+1 -1
View File
@@ -218,7 +218,7 @@ return ret;
long WrenchFamilyInitializeAccount(CVars in, CVars &out){
logfmt(logINFO, "WrenchFamilyInitializeAccount()");
char username[15] = "";
char username[6] = "";
SetFamilyUsername(in["family_id"].Long(), username, sizeof (username));
int r1;