Fix flashlights not updating status when battery inserted.

This commit is contained in:
Pieter-Jan Briers
2020-01-12 02:02:58 +01:00
parent ca01e245cb
commit 9c0a670525

View File

@@ -1,4 +1,4 @@
using Content.Server.GameObjects.Components.Power;
using Content.Server.GameObjects.Components.Power;
using Content.Server.GameObjects.Components.Sound;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Interfaces.GameObjects;
@@ -70,6 +70,8 @@ namespace Content.Server.GameObjects.Components.Interactable
soundComponent.Play("/Audio/items/weapons/pistol_magin.ogg");
}
Dirty();
return true;
}