Don't show grilles in the power monitor (#16962)
This commit is contained in:
committed by
GitHub
parent
004c2017ff
commit
e3ec80b648
@@ -53,6 +53,9 @@ internal sealed class PowerMonitoringConsoleSystem : EntitySystem
|
||||
{
|
||||
foreach (PowerConsumerComponent pcc in netQ.Consumers)
|
||||
{
|
||||
if (!pcc.ShowInMonitor)
|
||||
continue;
|
||||
|
||||
loads.Add(LoadOrSource(pcc, pcc.DrawRate, false));
|
||||
totalLoads += pcc.DrawRate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user