mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-26 13:14:36 +00:00
anning disconnected player sends message in chat
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user