fix success
This commit is contained in:
parent
7b15c5d758
commit
cceb3473be
@ -13,6 +13,7 @@
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<LangVersion>10</LangVersion>
|
||||
<NoWarn>MSB3277</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -53,7 +53,7 @@ public static class LogHandler {
|
||||
GetKillMessage(handler, canBeKos, hasWeaponEquipped, isCuffed, carriesWeapon, PlayerRoleLoader.TryGetRoleTemplate(attackerRole, out FpcStandardScp _)),
|
||||
GetKillerStatus(attacker),
|
||||
GetVictimStatus(victim)
|
||||
), !isCuffed && (!canBeKos || !hasWeaponEquipped), permissions);
|
||||
), !isCuffed && (!canBeKos || hasWeaponEquipped), permissions);
|
||||
}
|
||||
|
||||
private static void Log(string msg, bool success, PlayerPermissions playerPermissions) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user