stackotter / delta-client

An open source Minecraft Java Edition client built for speed.
https://deltaclient.app
GNU General Public License v3.0
322 stars 33 forks source link

Cancel update if the current version is already the latest commit #147

Closed ninjadev64 closed 1 year ago

ninjadev64 commented 1 year ago

Description

This PR prevents the user from updating via the in-app updater if it would only update them to the same commit they already have.

Fixes #16

Type of change