fix: Fixes AddProtection backward arguments (#1978)

This commit is contained in:
Kamron Batman 2024-10-19 00:24:26 -07:00 committed by GitHub
parent 3fc55e4db3
commit 318407f9be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -227,7 +227,7 @@ public class JusticeVirtue
}
else
{
AddProtection(protectee, protector);
AddProtection(protector, protectee);
var args = $"{protector.Name}\t{protectee.Name}";