mirror of
				https://github.com/OpenFusionProject/OpenFusion.git
				synced 2025-10-31 00:30:15 +00:00 
			
		
		
		
	Comment out the spawn coords in config.ini
They're not often changed, and keeping two sets of them in the config file is messy when the right set is automatially chosen by the ifdef in the server itself.
This commit is contained in:
		
							
								
								
									
										15
									
								
								config.ini
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								config.ini
									
									
									
									
									
								
							| @@ -71,16 +71,11 @@ eventmode=0 | ||||
| # percent chance of an event crate dropping each kill | ||||
| eventcratechance=10 | ||||
|  | ||||
| # spawn coordinates (Z is height) | ||||
| # these are for the Future: | ||||
| spawnx=632032 | ||||
| spawny=187177 | ||||
| spawnz=-5500 | ||||
|  | ||||
| # ...and these are for the Academy: | ||||
| #spawnx=19835 | ||||
| #spawny=108682 | ||||
| #spawnz=8450 | ||||
| # you can override the default spawn point. | ||||
| # these example coords are for the Future (Z is height): | ||||
| #spawnx=632032 | ||||
| #spawny=187177 | ||||
| #spawnz=-5500 | ||||
|  | ||||
| # Player location monitor interface configuration | ||||
| [monitor] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user