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