mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 08:33:19 +01:00
DmbFactory commit fix
This commit is contained in:
@@ -141,8 +141,11 @@ namespace Tgstation.Server.Host.Components.Deployment
|
||||
{
|
||||
nextDmbProvider?.Dispose();
|
||||
nextDmbProvider = newProvider;
|
||||
newerDmbTcs.SetResult(nextDmbProvider);
|
||||
|
||||
// Oh god dammit
|
||||
var temp = newerDmbTcs;
|
||||
newerDmbTcs = new TaskCompletionSource<object>();
|
||||
temp.SetResult(nextDmbProvider);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user