Some light cleaning

This commit is contained in:
CmdrKittens
2020-03-18 19:22:49 -04:00
parent 0272e20d60
commit c3473b1c81
6 changed files with 17 additions and 21 deletions
@@ -79,7 +79,7 @@ public class UUIDVaultManager {
}
}
List<String> list = Serialization.toString(inventory);
String[] ser = list.toArray(new String[list.size()]);
String[] ser = list.toArray(new String[0]);
for (int x = 0; x < ser.length; x++) {
if (!ser[x].equalsIgnoreCase("null")) {
yaml.set("vault" + number + "." + x, ser[x]);