Skip to content

Commit

Permalink
disable force update checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Bixilon committed Jan 22, 2024
1 parent 243a776 commit ccf1e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/de/bixilon/minosoft/config/DebugOptions.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Minosoft
* Copyright (C) 2020-2023 Moritz Zwerger
* Copyright (C) 2020-2024 Moritz Zwerger
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
*
Expand Down Expand Up @@ -28,7 +28,7 @@ object DebugOptions {
const val FORCE_CHEST_ANIMATION = false
const val EMPTY_BUFFERS = false

const val FORCE_CHECK_UPDATES = true
const val FORCE_CHECK_UPDATES = false

// Add a test to ensure that all options are disabled!!!
}

0 comments on commit ccf1e91

Please sign in to comment.