Skip to content

Commit

Permalink
release: b93
Browse files Browse the repository at this point in the history
  • Loading branch information
EclipsesDev committed Jun 13, 2024
1 parent bd7b934 commit 59f6d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/ccbluex/liquidbounce/LiquidBounce.kt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ object LiquidBounce {
* Defines if the client is in development mode.
* This will enable update checking on commit time instead of regular legacy versioning.
*/
const val IN_DEV = true
const val IN_DEV = false

val clientTitle = CLIENT_NAME + " " + clientVersionText + " " + clientCommit + " | " + MINECRAFT_VERSION + if (IN_DEV) " | DEVELOPMENT BUILD" else ""

Expand Down

0 comments on commit 59f6d2e

Please sign in to comment.