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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user