diff --git a/cicaprojekt/Dungeon.java b/cicaprojekt/Dungeon.java index 8905cb8..7f471dd 100644 --- a/cicaprojekt/Dungeon.java +++ b/cicaprojekt/Dungeon.java @@ -5,8 +5,8 @@ import java.io.File; public class Dungeon { cicaprojekt.Tile buildDungeon(File input){ Menu.addTab(); - System.out.println(">" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Dungeon.buildDungeon(File input)"); - System.out.println("<" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Dungeon.buildDungeon(File input)"); + System.out.println(">" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Dungeon.buildDungeon(" + input + ")"); + System.out.println("<" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Dungeon.buildDungeon()"); Menu.removeTab(); return new cicaprojekt.Field(); /*csak hogy ne sírjon*/ } }