Random events no longer start while in lobby and round ending forces current event to end (#1782)

* Random events cannot run in lobby and round ending forces events to end.

* Thanks p4merge

* Get rid of unused

* Apply suggestions from code review

Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
This commit is contained in:
nuke
2020-08-19 02:54:10 -04:00
committed by GitHub
parent 259762717b
commit b8fef91922
2 changed files with 20 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Server.GameObjects.EntitySystems;
using Content.Server.GameObjects.EntitySystems.StationEvents;
using JetBrains.Annotations;
using Robust.Server.Interfaces.Console;