Skip to content

Commit

Permalink
Merge pull request pelican-eggs#2162 from PilaScat/patch-1
Browse files Browse the repository at this point in the history
Yuzu: Changed max members and token field
  • Loading branch information
QuintenQVD0 authored Feb 28, 2023
2 parents 7fc8f3b + e489860 commit 885d651
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions game_eggs/yuzu-emu/yuzu-emu.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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"
},
{
Expand All @@ -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"
}
]
}
}

0 comments on commit 885d651

Please sign in to comment.