committed by
GitHub
parent
ea60a81fdf
commit
103bc19508
@@ -198,7 +198,7 @@ namespace Content.Server.Light.Components
|
||||
/// </summary>
|
||||
public void UpdateLight()
|
||||
{
|
||||
var powerReceiver = Owner.GetComponent<PowerReceiverComponent>();
|
||||
var powerReceiver = Owner.GetComponent<ApcPowerReceiverComponent>();
|
||||
|
||||
if (LightBulb == null) // No light bulb.
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user