Fix
This commit is contained in:
@@ -38,7 +38,7 @@ public class DonPayInteg implements ModInitializer {
|
||||
}
|
||||
}
|
||||
|
||||
if(i.getAndIncrement() % (20 * 2) == 0) {
|
||||
if(j.getAndIncrement() % (20 * 2) == 0) {
|
||||
if (!commands.isEmpty()) {
|
||||
world.getCommandManager().executeWithPrefix(world.getCommandSource(), commands.getFirst());
|
||||
commands.removeFirst();
|
||||
|
||||
Reference in New Issue
Block a user