mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-17 03:15:35 -04:00
disable force update checking
This commit is contained in:
parent
243a776d8f
commit
ccf1e9196a
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Minosoft
|
* 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.
|
* 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.
|
||||||
*
|
*
|
||||||
@ -28,7 +28,7 @@ object DebugOptions {
|
|||||||
const val FORCE_CHEST_ANIMATION = false
|
const val FORCE_CHEST_ANIMATION = false
|
||||||
const val EMPTY_BUFFERS = 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!!!
|
// Add a test to ensure that all options are disabled!!!
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user