Replace fields in ConfigGroup with a single value field
This commit is contained in:
@@ -24,11 +24,7 @@
|
||||
*/
|
||||
package net.runelite.client.config;
|
||||
|
||||
@ConfigGroup(
|
||||
keyName = "test",
|
||||
name = "test",
|
||||
description = "test"
|
||||
)
|
||||
@ConfigGroup("test")
|
||||
public interface TestConfig
|
||||
{
|
||||
@ConfigItem(
|
||||
|
||||
Reference in New Issue
Block a user