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

Fixed Round-Robin Mode for Cargos

This commit is contained in:
TheBusyBiscuit 2017-04-10 10:08:06 +02:00
parent 3d21dae93c
commit ebfc6f418c

View File

@ -269,7 +269,7 @@ public class CargoNet {
}
c_index++;
}
else c_index = 0;
else c_index = 1;
round_robin.put(entry.getKey(), c_index);
}