Merge pull request #836 from FrostyFridge/lithkren

Fixes #834, Digsite Pendant swap option not working
This commit is contained in:
Ganom
2019-07-01 00:53:48 -04:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ public enum DigsitePendantMode
{
DIGSITE("Digsite"),
FOSSIL_ISLAND("Fossil Island"),
LITHKREN("Lithkren");
LITHKREN("Lithkren Dungeon");
private final String name;