Removed unnecessary return from spawnStargate

This commit is contained in:
Bokros Bálint 2016-05-14 13:23:20 +02:00
parent cb26b8e97d
commit 92f894c5a5

View File

@ -16,8 +16,6 @@ public class Wall extends Tile {
sg.setCurrentWall(this, direction); sg.setCurrentWall(this, direction);
Game.instance.updateDisplay(); Game.instance.updateDisplay();
} }
else
return;
} }
@Override @Override