Update components to use EnsureWarn (#2676)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Content.Server.GameObjects.Components.Power.PowerNetComponents
|
||||
base.Initialize();
|
||||
|
||||
Owner.EnsureComponent<BatteryComponent>();
|
||||
Owner.EnsureComponent<AppearanceComponent>();
|
||||
Owner.EnsureComponentWarn<AppearanceComponent>();
|
||||
}
|
||||
|
||||
public void OnUpdate()
|
||||
|
||||
Reference in New Issue
Block a user