mirror of
https://github.com/parkervcp/eggs.git
synced 2025-01-25 01:22:54 +08:00
Merge pull request #2162 from PilaScat/patch-1
Yuzu: Changed max members and token field
This commit is contained in:
commit
885d651922
@ -4,7 +4,7 @@
|
||||
"version": "PTDL_v2",
|
||||
"update_url": null
|
||||
},
|
||||
"exported_at": "2023-02-19T15:16:38+01:00",
|
||||
"exported_at": "2023-02-26T13:57:20+01:00",
|
||||
"name": "YuzuEmu",
|
||||
"author": "me@basvandenboom.dev",
|
||||
"description": "Egg for hosting dedicated Yuzu multiplayer rooms.",
|
||||
@ -75,7 +75,7 @@
|
||||
"default_value": "4",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|int|max:4|min:1",
|
||||
"rules": "required|int|max:12|min:1",
|
||||
"field_type": "text"
|
||||
},
|
||||
{
|
||||
@ -95,8 +95,8 @@
|
||||
"default_value": "",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "nullable|string|max:20",
|
||||
"rules": "nullable|string|max:60",
|
||||
"field_type": "text"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user