1
0
Bifurcation 0

Fixed the flight collector.

Cette révision appartient à :
Nathanial.C.Jones 2011-07-06 19:01:59 +00:00
Parent dc11e77101
révision 77bd80119c
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -69,7 +69,7 @@ local function TaximapOpened()
if type ~= "CURRENT" then
local path, route = GetRoute(currentname, i)
if not QHCFT[path] then QHCFT[path] = {} end
if not QHCFT[path][route] then QHCFT[path][route] = true end
if not QHCFT[path][route] then QHCFT[path][route] = {} end
end
end
end