Small Fix

This commit is contained in:
TeamHR 2024-03-24 18:08:53 +05:30
parent e46468af66
commit 177c9f72de
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ public class EnchanterMenu extends FastInv {
System.out.println("Wrong MODE value detected. Use ECO or EXP.");
break;
}
player.getInventory().addItem(instance.getSpecialItems().getMysteryBook(group));
this.delay.put(event.getPlayer().getUniqueId(), System.currentTimeMillis() + 120);
});
});