diff --git a/src/de/craftinc/gates/commands/CommandList.java b/src/de/craftinc/gates/commands/CommandList.java index 44a1303..6dd575d 100644 --- a/src/de/craftinc/gates/commands/CommandList.java +++ b/src/de/craftinc/gates/commands/CommandList.java @@ -72,13 +72,8 @@ public class CommandList extends BaseCommand gateId = gateId.substring(cutPos, gateId.length()); } - -// if (index == (gates.size() - 1)) { - gateIdsForCurrentLine.add(gateId); -// } -// else { -// gateIdsForCurrentLine.add(gateId + ", "); -// } + + gateIdsForCurrentLine.add(gateId); numCharactersInCurrentLine += gateId.length(); index++;