mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-03 06:37:47 +01:00
Reforge event cancel removed
This commit is contained in:
parent
124f441ccd
commit
db6f48d4ca
@ -25,7 +25,7 @@ public class RFGKeepRNG implements Listener {
|
|||||||
public void onReforge(MMOItemReforgeEvent event) {
|
public void onReforge(MMOItemReforgeEvent event) {
|
||||||
// Rerolling stats? Nevermind
|
// Rerolling stats? Nevermind
|
||||||
if (event.getOptions().shouldReRoll()) {
|
if (event.getOptions().shouldReRoll()) {
|
||||||
event.setCancelled(true);
|
// event.setCancelled(true);
|
||||||
//RFG// MMOItems.log("§8Reforge §4EFG§7 Keeping new item (Complete RNG Reroll)");
|
//RFG// MMOItems.log("§8Reforge §4EFG§7 Keeping new item (Complete RNG Reroll)");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user