Many stuff (#555)
* Drone bucket * Weird insuls * Not too strong * No cult door bolts * Emergency shuttle after round end fix * Fix spiders
This commit is contained in:
@@ -96,8 +96,10 @@ public sealed partial class EmergencyShuttleSystem : EntitySystem
|
||||
|
||||
private void OnRoundStart(RoundStartingEvent ev)
|
||||
{
|
||||
CleanupEmergencyConsole();
|
||||
// WD EDIT START
|
||||
_roundEndCancelToken?.Cancel();
|
||||
CleanupEmergencyConsole();
|
||||
// WD EDIT END
|
||||
_roundEndCancelToken = new CancellationTokenSource();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user