1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-04-02 17:56:23 +02:00

Send bleed messages to the correct player

This commit is contained in:
nossr50 2019-01-23 16:18:21 -08:00
parent f028d91eb0
commit 4031674626

@ -56,7 +56,7 @@ public class SwordsManager extends SkillManager {
if (UserManager.getPlayer(defender).useChatNotifications()) {
if(!BleedTimerTask.isBleeding(defender))
NotificationManager.sendPlayerInformation(getPlayer(), NotificationType.SUBSKILL_MESSAGE, "Swords.Combat.Bleeding.Started");
NotificationManager.sendPlayerInformation(defender, NotificationType.SUBSKILL_MESSAGE, "Swords.Combat.Bleeding.Started");
}
}