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

View File

@ -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");
}
}