Fix random events not playing

This commit is contained in:
Víctor Aguilera Puerto
2020-09-02 18:34:40 +02:00
parent 36e8cab807
commit 9944dc70d0

View File

@@ -237,6 +237,7 @@ namespace Content.Server.GameObjects.EntitySystems.StationEvents
else else
{ {
CurrentEvent = stationEvent; CurrentEvent = stationEvent;
CurrentEvent.Startup();
} }
} }