mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-28 12:54:32 +00:00
AllianceImpl
This commit is contained in:
@@ -11,7 +11,7 @@ export class AllianceImpl implements MutableAlliance {
|
||||
) {}
|
||||
|
||||
other(player: Player): PlayerImpl {
|
||||
if (this.requestor_ == player) {
|
||||
if (this.requestor_ === player) {
|
||||
return this.recipient_;
|
||||
}
|
||||
return this.requestor_;
|
||||
|
||||
Reference in New Issue
Block a user