mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 08:33:19 +01:00
Merge upstream
This commit is contained in:
@@ -230,7 +230,7 @@ namespace TGControlPanel
|
||||
}
|
||||
void DoAsyncOp(RepoAction ra, string message)
|
||||
{
|
||||
if (ra != RepoAction.Wait && RepoBusyCheck())
|
||||
if (RepoBGW.IsBusy || (ra != RepoAction.Wait && RepoBusyCheck()))
|
||||
return;
|
||||
|
||||
CurrentRevisionLabel.Visible = false;
|
||||
|
||||
Reference in New Issue
Block a user