mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-11-04 02:48:07 +00:00 
			
		
		
		
	Update Server Config
Missing ; after Hostname.
This commit is contained in:
		
							parent
							
								
									4f8f890867
								
							
						
					
					
						commit
						424f437212
					
				@ -14,7 +14,7 @@
 | 
				
			|||||||
// GENERAL SETTINGS
 | 
					// GENERAL SETTINGS
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Hostname for server.
 | 
					// Hostname for server.
 | 
				
			||||||
hostname = "Arma 3 Server"
 | 
					hostname = "Arma 3 Server";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Server password - for private servers.
 | 
					// Server password - for private servers.
 | 
				
			||||||
//password = "arma3pass";
 | 
					//password = "arma3pass";
 | 
				
			||||||
@ -127,4 +127,4 @@ localClient[] = {"127.0.0.1", "172.18.0.1"};
 | 
				
			|||||||
// BattlEye Anti-Cheat License
 | 
					// BattlEye Anti-Cheat License
 | 
				
			||||||
//  0 = decline
 | 
					//  0 = decline
 | 
				
			||||||
//  1 = accept
 | 
					//  1 = accept
 | 
				
			||||||
battleyeLicense = 1;
 | 
					battleyeLicense = 1;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user