Content update for NetEntities (#18935)
This commit is contained in:
@@ -100,7 +100,7 @@ internal sealed class PowerMonitoringConsoleSystem : EntitySystem
|
||||
|
||||
// Actually set state.
|
||||
if (_userInterfaceSystem.TryGetUi(target, PowerMonitoringConsoleUiKey.Key, out var bui))
|
||||
UserInterfaceSystem.SetUiState(bui, new PowerMonitoringConsoleBoundInterfaceState(totalSources, totalLoads, sources.ToArray(), loads.ToArray()));
|
||||
_userInterfaceSystem.SetUiState(bui, new PowerMonitoringConsoleBoundInterfaceState(totalSources, totalLoads, sources.ToArray(), loads.ToArray()));
|
||||
}
|
||||
|
||||
private int CompareLoadOrSources(PowerMonitoringConsoleEntry x, PowerMonitoringConsoleEntry y)
|
||||
|
||||
Reference in New Issue
Block a user