Removed a duplicate clearStarterPreferences()

This commit is contained in:
Michael Li 2025-01-01 14:33:47 -05:00 committed by Sirz Benjie
parent 3572e56842
commit 951f29f729
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -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);