Update Config.java
This commit is contained in:
@@ -120,7 +120,7 @@ public class Config
|
|||||||
}
|
}
|
||||||
if (data.has("trident-return-to-same-slot"))
|
if (data.has("trident-return-to-same-slot"))
|
||||||
{
|
{
|
||||||
TRIDENT_RETURN_TO_SAME_SLOT = data.get("loyalty-return-to-same-slot").getAsBoolean();
|
TRIDENT_RETURN_TO_SAME_SLOT = data.get("trident-return-to-same-slot").getAsBoolean();
|
||||||
}
|
}
|
||||||
if (data.has("enable-custom-enchant-levels"))
|
if (data.has("enable-custom-enchant-levels"))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user