Update UI when the AME node group is changed, fix AME connection issues (#4750)
* Update UI when the AME node group is changed (fixes core count indicator being wrong) * Fix connection issues between AME controller and cores * Fix #4365 by properly propagating and clearing AME core injection state * Fixes #4364
This commit is contained in:
@@ -36,6 +36,7 @@ namespace Content.Server.AME.Components
|
||||
{
|
||||
_isCore = false;
|
||||
_appearance?.SetData(AMEShieldVisuals.Core, "isNotCore");
|
||||
UpdateCoreVisuals(0, false);
|
||||
}
|
||||
|
||||
public void UpdateCoreVisuals(int injectionStrength, bool injecting)
|
||||
|
||||
Reference in New Issue
Block a user