mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 13:33:01 +02:00
Quick fix
This commit is contained in:
parent
52478efd96
commit
fcb43b0f2c
@ -58,7 +58,7 @@ export default class ConfirmUiHandler extends AbstractOptionSelectUiHandler {
|
||||
this.setCursor(this.switchCheck ? this.switchCheckCursor : 0);
|
||||
|
||||
return true;
|
||||
} else if (args.length >= 2 && args[0] instanceof Function && args[1] instanceof Function) {
|
||||
} else if (args.length === 2 && args[0] instanceof Function && args[1] instanceof Function) {
|
||||
const config: OptionSelectConfig = {
|
||||
options: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user