Skip to content

Commit

Permalink
Missed a debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Feb 23, 2022
1 parent af5bd5d commit 193cfec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Binary file modified FS22_ProductionInspector.zip
Binary file not shown.
2 changes: 0 additions & 2 deletions src/ProductionInspector.lua
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ end
function ProductionInspector:updateProductions()
local new_data_table = {}


if g_currentMission ~= nil and g_currentMission.productionChainManager ~= nil then
local sortOrder = {}
local function sorter(a,b) return a[2] < b[2] end
Expand Down Expand Up @@ -415,7 +414,6 @@ function ProductionInspector:draw()
for _, dText in pairs(info_text) do
if ( g_productionInspector.isEnabledMaxProductions == 0 or currentProdCount < g_productionInspector.isEnabledMaxProductions ) then
currentProdCount = currentProdCount + 1
print("thisprod#:" .. tostring(currentProdCount) .. " max:" .. tostring(g_productionInspector.isEnabledMaxProductions))
local thisTextLine = {}
local firstRun = true

Expand Down

0 comments on commit 193cfec

Please sign in to comment.