mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-29 18:58:15 +08:00
Fix "Max Players" Startup parameter range
Increased to maximum of 256 players, which aligns with BI documentation.
This commit is contained in:
parent
bd8ac8d6df
commit
c748b5a7e8
@ -63,7 +63,7 @@
|
|||||||
"default_value": "32",
|
"default_value": "32",
|
||||||
"user_viewable": true,
|
"user_viewable": true,
|
||||||
"user_editable": true,
|
"user_editable": true,
|
||||||
"rules": "required|integer|between:1,64"
|
"rules": "required|integer|between:1,256"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Server Password",
|
"name": "Server Password",
|
||||||
|
Loading…
Reference in New Issue
Block a user