3940414243444546474849
if(!MekanismUtils.noUpdates()) { updateProgress = "Preparing to update..."; guibutton.enabled = false; new ThreadClientUpdate(); } else { updateProgress = "You already have the latest version."; } }