Made sure sheep are dead
This commit is contained in:
parent
0e89570248
commit
4ccba41757
@ -85,6 +85,7 @@ public final class DiscoSheep extends JavaPlugin {
|
|||||||
// Mark all sheep in the sheep array for removal, then clear the array
|
// Mark all sheep in the sheep array for removal, then clear the array
|
||||||
void removeAllSheep() {
|
void removeAllSheep() {
|
||||||
for (Sheep sheep : getSheep()) {
|
for (Sheep sheep : getSheep()) {
|
||||||
|
sheep.setHealth(0);
|
||||||
sheep.remove();
|
sheep.remove();
|
||||||
}
|
}
|
||||||
getSheep().clear();
|
getSheep().clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user