Saltern now has computer boards serialized
This commit is contained in:
@@ -36,6 +36,11 @@ namespace Content.Server.GameObjects.Components
|
||||
appearance.SetData(ComputerVisuals.Powered, powerReceiver.Powered);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
protected override void Startup()
|
||||
{
|
||||
base.Startup();
|
||||
|
||||
CreateComputerBoard();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user