1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Reverted failed fix

This commit is contained in:
TheBusyBiscuit 2017-04-10 10:00:26 +02:00
parent 45554ce457
commit 3d21dae93c

View File

@ -261,7 +261,7 @@ public class CargoNet {
int c_index = round_robin.get(entry.getKey());
if (c_index < outputlist.size() - 1) {
if (c_index < outputlist.size()) {
for (int i = 0; i < c_index; i++) {
final Location temp = outputlist.get(0);
outputlist.remove(temp);