fix(insurgency) "Max Players" env variable typo (#1572)
"Max Players" var was defined as MAXPLAYERS, but referred as MAX_PLAYERS. Changed the definition instead of the startup command to keep it consistent with other steam games.
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							30e9e17c21
						
					
				
				
					commit
					1c77790a86
				
			| @@ -60,7 +60,7 @@ | |||||||
|         { |         { | ||||||
|             "name": "Max Players", |             "name": "Max Players", | ||||||
|             "description": "Sets the maximum number of players.", |             "description": "Sets the maximum number of players.", | ||||||
|             "env_variable": "MAXPLAYERS", |             "env_variable": "MAX_PLAYERS", | ||||||
|             "default_value": "28", |             "default_value": "28", | ||||||
|             "user_viewable": true, |             "user_viewable": true, | ||||||
|             "user_editable": true, |             "user_editable": true, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user