mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-06 07:07:35 +01:00
Update MMOItems-API/src/main/java/net/Indyuce/mmoitems/api/interaction/GemStone.java
This commit is contained in:
parent
a689030873
commit
0e1d1d466e
@ -133,12 +133,11 @@ public class GemStone extends UseItem {
|
|||||||
|
|
||||||
if (registeredGemData.getEmptySocket(gemType) != null ) {
|
if (registeredGemData.getEmptySocket(gemType) != null ) {
|
||||||
//MMOItems.log("\u00a77Applied Gemstone @\u00a76Gemstone\u00a77: \u00a73" + foundSocketColor);
|
//MMOItems.log("\u00a77Applied Gemstone @\u00a76Gemstone\u00a77: \u00a73" + foundSocketColor);
|
||||||
if (success){
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
// Charmer
|
// Charmer
|
||||||
success = true;
|
success = true;
|
||||||
registeredGemData.apply(gemType, gemData);
|
registeredGemData.apply(gemType, gemData);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user