mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-24 12:55:04 +00:00
bugfix: events display reported alliance accepted even when it was actually rejected
This commit is contained in:
@@ -194,7 +194,7 @@ export class GameImpl implements Game {
|
||||
this.addUpdate({
|
||||
type: GameUpdateType.AllianceRequestReply,
|
||||
request: request.toUpdate(),
|
||||
accepted: true,
|
||||
accepted: false,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user