Correct permission override condition

This commit is contained in:
John Gross
2020-10-29 13:27:35 -07:00
parent 1b8bddabc8
commit fb9dbf40da

View File

@@ -151,7 +151,7 @@ namespace Torch.Commands
if (cancel.HasValue) if (cancel.HasValue)
{ {
if (cancel.Value) if (!cancel.Value)
return; return;
} }
else else