Skip to content

Commit

Permalink
Fix earlyPackStatus button
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed Dec 31, 2023
1 parent 3e25a4c commit 31ecafc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public class ModConfig implements ConfigData {
public boolean reInitScreen = true;

@ConfigEntry.Gui.Tooltip
@ConfigEntry.Gui.EnumHandler(option = ConfigEntry.Gui.EnumHandler.EnumDisplayOption.BUTTON)
public PackStatus earlyPackStatus = PackStatus.SEND_DENY;

@ConfigEntry.Gui.Tooltip
Expand Down

0 comments on commit 31ecafc

Please sign in to comment.