Skip to content

Commit bc18165

Browse files
Updated setup screen
1 parent 35ae382 commit bc18165

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Vertex Client PE.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12127,9 +12127,9 @@ VertexClientPE.showSetupScreen = function() {
1212712127
setupScreenLayoutBottomCenter.addView(combatEnabledSettingButton);
1212812128
setupScreenLayoutBottomCenter.addView(buildingEnabledSettingButton);
1212912129
setupScreenLayoutBottomCenter.addView(movementEnabledSettingButton);
12130-
setupScreenLayoutBottomCenter.addView(chatEnabledSettingButton);
12131-
setupScreenLayoutBottomCenter.addView(miscEnabledSettingButton);
12132-
setupScreenLayoutBottomCenter.addView(singleplayerEnabledSettingButton);
12130+
setupScreenLayoutBottomCenter1.addView(chatEnabledSettingButton);
12131+
setupScreenLayoutBottomCenter1.addView(miscEnabledSettingButton);
12132+
setupScreenLayoutBottomCenter1.addView(singleplayerEnabledSettingButton);
1213312133
doneButton.setText("\u2794");
1213412134
doneButton.setOnClickListener(new View_.OnClickListener({
1213512135
onClick: function(viewarg){

0 commit comments

Comments
 (0)