Removed unnecessary return from spawnStargate
This commit is contained in:
parent
cb26b8e97d
commit
92f894c5a5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user