mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Merge pull request #360 from Mohamad82Bz/master
Removed two console debug messages that left by accident
This commit is contained in:
commit
1f14a01994
@ -8,7 +8,6 @@ import lombok.AllArgsConstructor;
|
|||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
import lombok.experimental.Accessors;
|
import lombok.experimental.Accessors;
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.Location;
|
import org.bukkit.Location;
|
||||||
import org.bukkit.Particle;
|
import org.bukkit.Particle;
|
||||||
import org.bukkit.Sound;
|
import org.bukkit.Sound;
|
||||||
@ -232,13 +231,7 @@ public class IrisEffect
|
|||||||
|
|
||||||
J.s(() -> {
|
J.s(() -> {
|
||||||
p.playSound(part, getSound(), (float) volume, (float) RNG.r.d(minPitch, maxPitch));
|
p.playSound(part, getSound(), (float) volume, (float) RNG.r.d(minPitch, maxPitch));
|
||||||
Iris.instance.getLogger().info("§bPlayer Location: " +
|
|
||||||
p.getLocation().getBlockX() + " " + p.getLocation().getBlockY() + " " + p.getLocation().getBlockZ() +
|
|
||||||
" Sound Location: " + part.getBlockX() + " " + part.getBlockY() + " " + part.getBlockZ() +
|
|
||||||
" Sound's Name: " + getSound().name());
|
|
||||||
});
|
});
|
||||||
} else {
|
|
||||||
Bukkit.getConsoleSender().sendMessage("Sound is null :(");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(particleEffect != null)
|
if(particleEffect != null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user