Skip to content

Commit 32483be

Browse files
committed
fix: Allow password variables to be null and more lax rules
1 parent 412e251 commit 32483be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

starrupture/egg-star-rupture.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "PTDL_v2",
55
"update_url": null
66
},
7-
"exported_at": "2026-01-17T02:29:19+00:00",
7+
"exported_at": "2026-01-17T02:45:43+00:00",
88
"name": "StarRupture",
99
"author": "talk@savagecore.uk",
1010
"description": "StarRupture is a first-person open world base-building game with advanced combat and tons of exploration. Play alone or in a group on this sublime and ever-changing planet, extract and manage resources, create your complex industrial system and fight off hordes of alien monsters.",
@@ -115,7 +115,7 @@
115115
"default_value": "",
116116
"user_viewable": false,
117117
"user_editable": false,
118-
"rules": "required|string|max:20",
118+
"rules": "string|nullable",
119119
"field_type": "text"
120120
},
121121
{
@@ -125,7 +125,7 @@
125125
"default_value": "",
126126
"user_viewable": false,
127127
"user_editable": false,
128-
"rules": "required|string|max:20",
128+
"rules": "string|nullable",
129129
"field_type": "text"
130130
}
131131
]

0 commit comments

Comments
 (0)