Fixed sound issue
This commit is contained in:
parent
14efcf08c1
commit
b35777739b
1 changed files with 1 additions and 4 deletions
|
@ -23,7 +23,6 @@ import nl.sbdeveloper.vehiclesplus.api.vehicles.settings.impl.*;
|
|||
import nl.sbdeveloper.vehiclesplus.storage.db.exceptions.DataStorageException;
|
||||
import nl.sbdeveloper.vehiclesplus.utils.jackson.ColorList;
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.Sound;
|
||||
import org.bukkit.command.CommandSender;
|
||||
import org.bukkit.scheduler.BukkitRunnable;
|
||||
import tech.sbdevelopment.vehiclesplusconverter.VehiclesPlusConverter;
|
||||
|
@ -31,7 +30,6 @@ import tech.sbdevelopment.vehiclesplusconverter.api.ConversionException;
|
|||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Optional;
|
||||
import java.util.UUID;
|
||||
|
||||
import static tech.sbdevelopment.vehiclesplusconverter.utils.MainUtil.*;
|
||||
|
@ -229,8 +227,7 @@ public class Converter {
|
|||
.horn(new Horn(
|
||||
baseVehicle.getHornSettings().getEnabled(),
|
||||
new Sounds.Sound(
|
||||
Optional.ofNullable(baseVehicle.getHornSettings().getSound().get())
|
||||
.orElse(Sound.BLOCK_NOTE_BLOCK_BASS).getKey().toString(),
|
||||
baseVehicle.getHornSettings().getSound().name(),
|
||||
1
|
||||
)
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue