From 92f894c5a5c8689522d567cecc93ac692b1d3ae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bokros=20B=C3=A1lint?= Date: Sat, 14 May 2016 13:23:20 +0200 Subject: [PATCH] Removed unnecessary return from spawnStargate --- cicaprojekt/Wall.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/cicaprojekt/Wall.java b/cicaprojekt/Wall.java index 1f4a1b9..fe50f2a 100644 --- a/cicaprojekt/Wall.java +++ b/cicaprojekt/Wall.java @@ -16,8 +16,6 @@ public class Wall extends Tile { sg.setCurrentWall(this, direction); Game.instance.updateDisplay(); } - else - return; } @Override