mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-23 11:05:38 +01:00
Remove unused import
This commit is contained in:
parent
36b4220839
commit
b344ac3ffe
@ -18,8 +18,6 @@ import org.bukkit.Location;
|
||||
import org.bukkit.Particle;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
import net.md_5.bungee.api.plugin.Plugin;
|
||||
|
||||
public abstract class ParticleProvider {
|
||||
|
||||
private static ParticleProvider loaded;
|
||||
@ -74,7 +72,7 @@ public abstract class ParticleProvider {
|
||||
} else {
|
||||
try {
|
||||
particle = Particle.valueOf(particleId);
|
||||
} catch (IllegalArgumentException exception) {
|
||||
} catch (IllegalArgumentException e2) {
|
||||
return; // Fail silently
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user