mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2025-02-17 21:02:12 +01:00
Send DXL death message always only to game world
This commit is contained in:
parent
d2a2adcacb
commit
c627c2c165
@ -866,7 +866,7 @@ public class DGamePlayer extends DInstancePlayer {
|
||||
|
||||
if (getDGroup() != null && dGroup.getLives() != -1) {
|
||||
dGroup.setLives(dGroup.getLives() - 1);
|
||||
MessageUtil.broadcastMessage(DMessage.GROUP_DEATH.getMessage(getName(), dGroup.getName(), String.valueOf(dGroup.getLives())));
|
||||
gameWorld.sendMessage(DMessage.GROUP_DEATH.getMessage(getName(), dGroup.getName(), String.valueOf(dGroup.getLives())));
|
||||
|
||||
} else {
|
||||
if (lives != -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user