()
| 223 | } |
| 224 | |
| 225 | private void updateContinueButton() { |
| 226 | this.gui.setEnabledButtonContinueAtSetup(this.minecraftPathOk && this.sourcePathOk); |
| 227 | } |
| 228 | |
| 229 | private void informAboutTexturePack(String texturePackName) { |
| 230 | TexturePack texturePack = TexturePack.getTexturePack(texturePackName); |
no test coverage detected