Skip to content

Commit

Permalink
0.4.3 | feat: Granular CSS Admin support & others
Browse files Browse the repository at this point in the history
  • Loading branch information
shobhit-pathak committed Nov 25, 2023
1 parent e3c7296 commit 486ecad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MatchZy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public override void Load(bool hotReload) {
if (victim.IsBot) {
int damage = @event.DmgHealth;
int postDamageHealth = @event.Health;
@event.Attacker.PrintToChat($"{chatPrefix} {damage} to BOT {victim.PlayerName}({postDamageHealth} health)");
@event.Attacker.PrintToChat($"{chatPrefix} {damage} damage to BOT {victim.PlayerName}({postDamageHealth} health)");
}
return HookResult.Continue;
}
Expand Down

0 comments on commit 486ecad

Please sign in to comment.