Skip to content

Commit

Permalink
Merge pull request #877 from Metritutus/fixes005
Browse files Browse the repository at this point in the history
Carrier multi-selection fix
  • Loading branch information
SpacialCircumstances authored May 10, 2024
2 parents 0b18ce0 + 626dde0 commit 01faf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/game/carrier.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ class Carrier extends EventEmitter {
}
}

onClicked(e, tryMultiSelect) {
onClicked(e, tryMultiSelect = true) {
setTimeout(() => {
if (e && e.data && e.data.originalEvent && e.data.originalEvent.button === 2) {
this.emit('onCarrierRightClicked', this.data)
Expand Down

0 comments on commit 01faf35

Please sign in to comment.