mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-23 08:42:19 +02:00
Removed a duplicate clearStarterPreferences()
This commit is contained in:
parent
3572e56842
commit
951f29f729
@ -111,8 +111,6 @@ export default class GameManager {
|
||||
this.scene.shiftPhase();
|
||||
|
||||
this.gameWrapper.scene = this.scene;
|
||||
|
||||
(this.scene.ui.handlers[Mode.STARTER_SELECT] as StarterSelectUiHandler).clearStarterPreferences();
|
||||
}
|
||||
this.textInterceptor = new TextInterceptor(this.scene);
|
||||
this.override = new OverridesHelper(this);
|
||||
|
Loading…
Reference in New Issue
Block a user