mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 07:23:24 +02:00
[Bug][Item] Items can be transfered from 6th item slot again. (#6357)
* Added check for transferMode
This commit is contained in:
parent
961d30f75e
commit
e752e7a93d
@ -563,7 +563,7 @@ export class PartyUiHandler extends MessageUiHandler {
|
||||
const ui = this.getUi();
|
||||
const option = this.options[this.optionsCursor];
|
||||
|
||||
if (option === PartyOption.TRANSFER) {
|
||||
if (this.transferMode && option === PartyOption.TRANSFER) {
|
||||
return this.processTransferOption();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user