1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-09-13 12:59:55 +00:00

correct german

This commit is contained in:
2022-06-17 10:07:10 +02:00
parent bae3543a0b
commit 805910b1b9
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ public class Battle {
public int xpPlayer;
public boolean screenBattleOn = true;
public Battle(Enemy e){
if(e != null){
textEnemy = new TextEnemy(e);