Update Config.java

This commit is contained in:
2025-09-18 14:20:38 +02:00
parent 5fac94e868
commit 5090dcca36

View File

@@ -120,7 +120,7 @@ public class Config
}
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"))
{