This commit is contained in:
CHIEFSOFT\ameye
2023-08-09 10:40:32 -04:00
parent 19ba7b9281
commit 6aca25b6ef
7 changed files with 95 additions and 0 deletions
+5
View File
@@ -480,6 +480,11 @@ long account_calls(CVars in, CVars &out) {
case WRENCHBOARD_RESOURCE_MYFILES:
return WrenchRegisterMyFileUpload(in, out);
break;
case WRENCHBOARD_MYFILES_LIST:
return WrenchMyFilesList(in, out);
break;
}
logfmt(logINFO, "/account_calls()");
return ret;