Update server.lua
This commit is contained in:
		
							parent
							
								
									b22eba9d63
								
							
						
					
					
						commit
						d83a2c8bdb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -62,7 +62,7 @@ QBCore.Functions.CreateCallback('mh_garage:CallVehicles', function(source, cb, z | |||
|         MySQL.query("SELECT plate FROM vehicle_keys WHERE owner = ?", {Player.PlayerData.citizenid}, function(rs) | ||||
|             if rs[1] ~= nil then | ||||
|                 for k, v in pairs(rs) do | ||||
|                     table.insert(vehicle_keys, {v}) | ||||
|                     table.insert(vehicle_keys, {v.plate}) | ||||
|                 end | ||||
|             end | ||||
|         end) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Miho931
						Miho931