Update for SPT 3.9.0
This commit is contained in:
@@ -27,8 +27,11 @@ namespace UIFixes
|
||||
|
||||
public void Cancel()
|
||||
{
|
||||
totalTask.TrySetCanceled();
|
||||
Complete();
|
||||
if (!totalTask.Task.IsCompleted)
|
||||
{
|
||||
totalTask.TrySetCanceled();
|
||||
Complete();
|
||||
}
|
||||
}
|
||||
|
||||
public void OnDisable()
|
||||
|
Reference in New Issue
Block a user