mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 06:19:29 +02:00
Fixed variable name.
This commit is contained in:
parent
9670380c5c
commit
c35e63595b
@ -94,7 +94,7 @@ export default class TargetSelectUiHandler extends UiHandler {
|
||||
this.cursor0 = this.cursor;
|
||||
}
|
||||
} else if (this.fieldIndex === BattlerIndex.PLAYER_2) {
|
||||
if (Utils.isNullOrUndefined(this.cursor0) || this.cursor1 !== this.cursor) {
|
||||
if (Utils.isNullOrUndefined(this.cursor1) || this.cursor1 !== this.cursor) {
|
||||
this.cursor1 = this.cursor;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user