From cfb630ff1832173aee1f027173a76dfe4da363ea Mon Sep 17 00:00:00 2001 From: muskenum Date: Sun, 3 Apr 2016 23:14:59 +0200 Subject: [PATCH] Little changing in the echoes of Wall MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Megcseréltem a két részt, mert a metódus törzse az echo után jött csak. --- cicaprojekt/Wall.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cicaprojekt/Wall.java b/cicaprojekt/Wall.java index f4835f0..3e4b016 100644 --- a/cicaprojekt/Wall.java +++ b/cicaprojekt/Wall.java @@ -8,12 +8,12 @@ public class Wall extends Tile { Menu.addTab(); System.out.println(">" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Wall.spawnStargate(stargate," + direction.name() + ")"); - System.out.println("<" + "[" + ":" + this.getClass().getSimpleName() + - "]" + Menu.tabulator + "Wall.spawnStargate()"); Menu.removeTab(); if(sg == null) sg = stargate; else return; + System.out.println("<" + "[" + ":" + this.getClass().getSimpleName() + + "]" + Menu.tabulator + "Wall.spawnStargate()"); } public void clearStargate(){