Fixed syntax error in sheep ArrayList
This commit is contained in:
parent
eda4007b1e
commit
e749635131
@ -11,7 +11,7 @@ import org.bukkit.plugin.Plugin;
|
|||||||
|
|
||||||
public final class DiscoSheep extends JavaPlugin {
|
public final class DiscoSheep extends JavaPlugin {
|
||||||
|
|
||||||
private ArrayList<Sheep> sheepArray = new ArrayList<>();
|
private ArrayList<Sheep> sheepArray = new ArrayList<Sheep>();
|
||||||
private DiscoUpdater updater = new DiscoUpdater(this);
|
private DiscoUpdater updater = new DiscoUpdater(this);
|
||||||
// radius for random sheep spawns around player
|
// radius for random sheep spawns around player
|
||||||
private static int sheepSpawnRadius = 5;
|
private static int sheepSpawnRadius = 5;
|
||||||
|
Loading…
Reference in New Issue
Block a user