AllianceImpl

This commit is contained in:
Scott Anderson
2025-04-14 21:14:09 -04:00
parent 6298b28a3f
commit c7937dc570
+1 -1
View File
@@ -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_;