Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 05464f2

Browse files
committed
2.8.1
1 parent 5925830 commit 05464f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/me/poma123/spawners/PickupSpawners.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ public String call() throws Exception {
184184
public String call() throws Exception {
185185
String c = "N/A";
186186

187-
if (s.getConfig().getConfigurationSection("items").getValues(true) != null) {
188-
c = String.valueOf(s.getConfig().getConfigurationSection("items").getValues(true).size());
187+
if (s.getConfig().getConfigurationSection("item").getValues(true) != null) {
188+
c = String.valueOf(s.getConfig().getConfigurationSection("item").getValues(true).size());
189189
}
190190

191191

0 commit comments

Comments
 (0)