LuaATC: remove accidental mesecons hard-dependency

master
orwell96 2021-11-04 20:10:55 +01:00
parent 5e27bbdcfe
commit f046cfc2d3
1 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,9 @@ dofile(mp.."/interrupt.lua")
dofile(mp.."/active_common.lua")
dofile(mp.."/atc_rail.lua")
dofile(mp.."/operation_panel.lua")
dofile(mp.."/mesecon_controller.lua")
if mesecon then
dofile(mp.."/mesecon_controller.lua")
end
dofile(mp.."/pcnaming.lua")
dofile(mp.."/chatcmds.lua")