Skip to content

Commit

Permalink
NOOOOOOOOOOOOOOOOOOOO
Browse files Browse the repository at this point in the history
  • Loading branch information
BleachDev committed Nov 2, 2021
1 parent 3ff5020 commit 3c3d13e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void init() {

packVerField = addDrawableChild(new TextFieldWidget(textRenderer, width / 2 - 98, height / 2 - 10, 196, 18, LiteralText.EMPTY));
packVerField.setText(Integer.toString(SharedConstants.getGameVersion().getPackVersion(PackType.DATA)));
protocolField.setChangedListener(text -> updateAddButton());
packVerField.setChangedListener(text -> updateAddButton());

brandField = addDrawableChild(new TextFieldWidget(textRenderer, width / 2 - 98, height / 2 + 15, 128, 18, LiteralText.EMPTY));
brandField.setText(ClientBrandRetriever.getClientModName());
Expand Down

0 comments on commit 3c3d13e

Please sign in to comment.