mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-26 07:52:56 +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",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|integer|between:1,64"
|
||||
"rules": "required|integer|between:1,256"
|
||||
},
|
||||
{
|
||||
"name": "Server Password",
|
||||
|
Loading…
Reference in New Issue
Block a user