Correct permission override condition
This commit is contained in:
@@ -151,7 +151,7 @@ namespace Torch.Commands
|
|||||||
|
|
||||||
if (cancel.HasValue)
|
if (cancel.HasValue)
|
||||||
{
|
{
|
||||||
if (cancel.Value)
|
if (!cancel.Value)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user