Fix the previous commit
This commit is contained in:
parent
e074f54785
commit
98e3729ea7
|
@ -26,7 +26,7 @@ object Storage {
|
|||
"GammaBoost" to {
|
||||
with(Minecraft.getInstance().options) {
|
||||
gamma = if (toggled) {
|
||||
if (gamma >= 1400.0) oldGamma = gamma
|
||||
if (gamma < 1400.0) oldGamma = gamma
|
||||
1400.0
|
||||
} else oldGamma
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue