mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-23 15:15:12 +01:00
Fixed stackoverflow
This commit is contained in:
parent
5e04e4e55d
commit
2ec52f59cf
@ -260,7 +260,9 @@ public class EnchantmentCache {
|
||||
levelDesc
|
||||
);
|
||||
} else {
|
||||
this.description.put(level, this.description.get(0));
|
||||
List<String> baseDesc = this.description.get(1);
|
||||
this.description.put(level, baseDesc);
|
||||
return baseDesc;
|
||||
}
|
||||
|
||||
return getDescription(level);
|
||||
|
Loading…
Reference in New Issue
Block a user