This commit is contained in:
2024-09-29 12:34:32 +05:00
parent 5655fcbd6b
commit 74fd36eea9
2 changed files with 2 additions and 2 deletions

View File

@@ -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();