Fix force-running station events
This commit is contained in:
@@ -199,7 +199,7 @@ namespace Content.Server.GameObjects.EntitySystems.StationEvents
|
|||||||
{
|
{
|
||||||
base.Update(frameTime);
|
base.Update(frameTime);
|
||||||
|
|
||||||
if (!Enabled)
|
if (!Enabled && CurrentEvent == null)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user