banners on settings

This commit is contained in:
CHIEFSOFT\ameye
2023-07-14 19:25:35 -04:00
parent 934f2d24ce
commit bee5b56f8b
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -376,6 +376,7 @@ long account_calls(CVars in, CVars &out) {
case WRENCHBOARD_USER_SETTINGS:
REQ_LONG(in, "member_id", 1, -1);
REQ_STRING(in, "uid", 3, 150, "(.*)");
REQ_STRING(in, "pref_id", 4, 6, "(.*)");
REQ_LONG(in, "status", 1, -1);