fix: Fixes AddProtection backward arguments (#1978)
This commit is contained in:
parent
3fc55e4db3
commit
318407f9be
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ public class JusticeVirtue
|
|||
}
|
||||
else
|
||||
{
|
||||
AddProtection(protectee, protector);
|
||||
AddProtection(protector, protectee);
|
||||
|
||||
var args = $"{protector.Name}\t{protectee.Name}";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue