diff --git a/src/core/execution/PlayerExecution.ts b/src/core/execution/PlayerExecution.ts index 344837a02..d68d1eae5 100644 --- a/src/core/execution/PlayerExecution.ts +++ b/src/core/execution/PlayerExecution.ts @@ -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;