mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-07 03:00:29 +01:00
fix
This commit is contained in:
parent
6e3dae4a3a
commit
02972fbff9
@ -237,6 +237,7 @@ public class SkyBlock extends JavaPlugin {
|
||||
Location location = (Location)section.get("Location");
|
||||
org.bukkit.Material material = org.bukkit.Material.valueOf(section.getString("Material"));
|
||||
int size = section.getInt("Size");
|
||||
if (size == 0) return;
|
||||
stackableManager.addStack(new Stackable(UUID.fromString(uuid), location, material, size));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user