Fix
This commit is contained in:
parent
5655fcbd6b
commit
74fd36eea9
|
@ -6,7 +6,7 @@ minecraft_version=1.20.1
|
|||
yarn_mappings=1.20.1+build.10
|
||||
loader_version=0.16.5
|
||||
# Mod Properties
|
||||
mod_version=1.0.0
|
||||
mod_version=1.0.1
|
||||
maven_group=ru.bitheaven
|
||||
archives_base_name=donpayinteg
|
||||
# Dependencies
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue