fixed spacing issue

pull/700/head
James Diefenbach 2024-05-12 13:52:35 +10:00
parent 6fcc6c10b8
commit 9b80c1ab33
1 changed files with 1 additions and 1 deletions

View File

@ -1027,7 +1027,7 @@ export default class BattleScene extends SceneBase {
} }
return 0; return 0;
} }
return this.arena.getSpeciesFormIndex(species); return this.arena.getSpeciesFormIndex(species);
} }