anning disconnected player sends message in chat

This commit is contained in:
aqw42
2025-05-30 17:15:51 +02:00
parent b441ab2f97
commit 2ef84e6407
+5
View File
@@ -82,6 +82,11 @@ export class PlayerExecution implements Execution {
) {
const closestAlly = this.getMoreSharedBorderAlly();
if (closestAlly) {
this.mg.displayMessage(
`Annexed offline player ${this.player.displayName()}`,
MessageType.INFO,
closestAlly.id(),
);
this.giveaway(closestAlly);
}
return;