You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed using Showcase camera leading to App reset / Fixed Aircraft not being recognized and App using wrong Payload Stations / Fixed App taking long Time to shutdown after Sim was closed / Updates Libraries
Logger.Log(LogLevel.Debug,"PayloadStations:SetPax",$"Setting {weightPax-weightPilots}lbs ({(weightPax-weightPilots)*Model.ConstKilo}kg) to Station '{station.Key}' ({ipcStations[station.Key].Name})");
Logger.Log(LogLevel.Debug,"PayloadStations:SetPax",$"Setting {weightPax}lbs ({weightPax*Model.ConstKilo}kg) to Station '{station.Key}' ({ipcStations[station.Key].Name})");
Logger.Log(LogLevel.Debug,"PayloadStations:SetCargoHS",$"Setting {percent*payloadCargo}lbs ({(percent*payloadCargo)*Model.ConstKilo}kg) to Station '{cargoStations[1].Key}' ({ipcStations[cargoStations[1].Key].Name})");
Logger.Log(LogLevel.Debug,"PayloadStations:SetCargoHS",$"Setting {Model.RearCargoMaxHS}lbs ({Model.RearCargoMaxHS*Model.ConstKilo}kg) to Station '{cargoStations[1].Key}' ({ipcStations[cargoStations[1].Key].Name})");
Logger.Log(LogLevel.Debug,"PayloadStations:SetCargoHS",$"Setting {(percent*payloadCargo)-Model.RearCargoMaxHS}lbs ({((percent*payloadCargo)-Model.RearCargoMaxHS)*Model.ConstKilo}kg) to Station '{cargoStations[0].Key}' ({ipcStations[cargoStations[0].Key].Name})");
0 commit comments