Quantcast

Found a possible hiding port button source

Mikeprod [03-05-17 - 12:56]
Found a possible hiding port button source
Filename
modules/travel.lua
diff --git a/modules/travel.lua b/modules/travel.lua
index eab0978..724f985 100644
--- a/modules/travel.lua
+++ b/modules/travel.lua
@@ -239,7 +239,7 @@ function TravelModule:SetPortColor()
     v = self:FindFirstOption()
     v = v.portId
     if not (self:IsUsable(v)) then
-      self.portButton:Hide()
+      --self.portButton:Hide()
       return
     end
   end