Event cancelled

This commit is contained in:
Roch 2022-10-24 12:17:48 +02:00
parent 5e32f4cefb
commit 7b08206a09

View File

@ -25,6 +25,7 @@ public class RFGKeepRNG implements Listener {
public void onReforge(MMOItemReforgeEvent event) {
// Rerolling stats? Nevermind
if (event.getOptions().shouldReRoll()) {
event.setCancelled(true);
//RFG// MMOItems.log("§8Reforge §4EFG§7 Keeping new item (Complete RNG Reroll)");
return;
}