Add missing call to DoNotDeleteThisSession

Even though it does nothing
This commit is contained in:
Cyberboss
2018-09-27 15:31:07 -04:00
parent ca0b6c6e60
commit 6eecb8979a
@@ -401,6 +401,7 @@ namespace Tgstation.Server.Host.Components.Watchdog
reattachInformation.Dmb = null;
released = true;
Dispose();
byondLock.DoNotDeleteThisSession();
tmpProvider.KeepAlive();
reattachInformation.Dmb = tmpProvider;
return reattachInformation;