Update config.lua
This commit is contained in:
		
							parent
							
								
									6d3b5a1d7c
								
							
						
					
					
						commit
						cf848bbc6f
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1,13 +1,13 @@
 | 
			
		|||
Config = {}
 | 
			
		||||
 | 
			
		||||
-- Speicherintervall in Millisekunden (5000 = 5 Sekunden)
 | 
			
		||||
Config.SaveInterval = 5000
 | 
			
		||||
Config.SaveInterval = 2000
 | 
			
		||||
 | 
			
		||||
-- Maximale Distanz zum Fahrzeug bevor es als "verlassen" gilt
 | 
			
		||||
Config.MaxDistance = 100.0
 | 
			
		||||
Config.MaxDistance = 1.0
 | 
			
		||||
 | 
			
		||||
-- Debug Modus
 | 
			
		||||
Config.Debug = false
 | 
			
		||||
Config.Debug = true
 | 
			
		||||
 | 
			
		||||
-- Fahrzeugklassen die gespeichert werden sollen
 | 
			
		||||
Config.AllowedVehicleClasses = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue