Skip to content

Commit

Permalink
release: b97
Browse files Browse the repository at this point in the history
  • Loading branch information
EclipsesDev committed Sep 19, 2024
1 parent c1367f4 commit dd21b9e
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 @@ -73,7 +73,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 dd21b9e

Please sign in to comment.