Fix style format

This commit is contained in:
pww918
2024-09-18 11:32:17 +04:00
parent 164aa72b06
commit a48d4e160b
3 changed files with 11 additions and 11 deletions

View File

@@ -313,15 +313,15 @@ public interface EasyGiantsFoundryConfig extends Config
{
return true;
}
@ConfigItem(
@ConfigItem(
keyName = "bonusActions",
name = "Bonus Actions",
description = "Toggle for Bonus actions text",
position = 5,
section = infoPanelList
name = "Bonus Actions",
description = "Toggle for Bonus actions text",
position = 5,
section = infoPanelList
)
default boolean drawBonusActions()
default boolean drawBonusActions()
{
return true;
}