mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
Fix Flares dying after 10 seconds. (#42765)
asdas Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
cb065fa8db
commit
1cc21d9d36
@@ -40,7 +40,7 @@ public sealed class LightBehaviorSystem : EntitySystem
|
||||
}
|
||||
else
|
||||
{
|
||||
StopLightBehaviour((uid, component), container.LightBehaviour.ID, resetToOriginalSettings: true);
|
||||
StopLightBehaviour((uid, component), container.LightBehaviour.ID);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user