Skip to content

Commit

Permalink
Fix potential error
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicallyCoded committed Nov 4, 2021
1 parent ee29d22 commit e7bd91b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private static ItemStack[] stacksFromBase64(String packageVersion, String data)
}

if (stacks == null)
return stacks;
return new ItemStack[]{};

for (int i = 0; i < stacks.length; i++) {
try {
Expand Down

0 comments on commit e7bd91b

Please sign in to comment.