mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 00:52:47 +02:00
Update game-mode.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
6b42909836
commit
e8f0458cbb
@ -97,7 +97,7 @@ export class GameMode implements GameModeConfig {
|
||||
* - 5 for all other modes
|
||||
*/
|
||||
getStartingLevel(): number {
|
||||
if (Overrides.STARTING_LEVEL_OVERRIDE && Overrides.STARTING_LEVEL_OVERRIDE > 0) {
|
||||
if (Overrides.STARTING_LEVEL_OVERRIDE > 0) {
|
||||
return Overrides.STARTING_LEVEL_OVERRIDE;
|
||||
}
|
||||
switch (this.modeId) {
|
||||
|
Loading…
Reference in New Issue
Block a user