diff --git a/src/main/java/com/alttd/playershops/handler/ShopHandler.java b/src/main/java/com/alttd/playershops/handler/ShopHandler.java index fed4a1e..381e606 100644 --- a/src/main/java/com/alttd/playershops/handler/ShopHandler.java +++ b/src/main/java/com/alttd/playershops/handler/ShopHandler.java @@ -210,7 +210,7 @@ public class ShopHandler { * @return TreeMap containing a list of PlayerShops per material. */ public TreeMap> shopByMaterial() { - // TODO -- make this a cache. update cache on change, do not calc dynamicly + // TODO -- make this a cache. update cache on change, do not calc dynamically TreeMap> shopByMaterialTreeSet = new TreeMap<>(); for (PlayerShop shop : getShops()) {