mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-06 06:06:40 +00:00
Forgot class paths, remove things lombok covers, and optimize imports
This commit is contained in:
@ -24,7 +24,7 @@ public class Command_deafen extends FreedomCommand
|
||||
{
|
||||
for (double percent = 0.0; percent <= 1.0; percent += (1.0 / STEPS))
|
||||
{
|
||||
final float pitch = (float) (percent * 2.0);
|
||||
final float pitch = (float)(percent * 2.0);
|
||||
|
||||
new BukkitRunnable()
|
||||
{
|
||||
|
Reference in New Issue
Block a user