Checkstyle fix
This commit is contained in:
@@ -284,13 +284,16 @@ public interface RuneLiteConfig extends Config
|
|||||||
return 35;
|
return 35;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Range(max=100, min=0)
|
@Range( max = 100, min = 0 )
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName="volume",
|
keyName = "volume",
|
||||||
name="Runelite Volume",
|
name = "Runelite Volume",
|
||||||
description="Sets the volume of custom Runelite sounds (not the client sounds)",
|
description = "Sets the volume of custom Runelite sounds (not the client sounds)",
|
||||||
position=43
|
position = 43
|
||||||
)
|
)
|
||||||
default int volume() { return 100; }
|
default int volume()
|
||||||
|
{
|
||||||
|
return 100;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user