Fix the NoHurtCamera feature
This commit is contained in:
parent
d1a9147c42
commit
82af939f7e
|
@ -36,7 +36,7 @@ object Storage {
|
|||
if (riskyCheats) {
|
||||
addComps(
|
||||
newBox("snowy.clickbox.risky.camera", color = redColor).addButtons(
|
||||
"NoHurtCamera" to { hurtCamera = toggled },
|
||||
"NoHurtCamera" to { hurtCamera = !toggled },
|
||||
),
|
||||
newBox("snowy.clickbox.risky.movement", color = redColor).addButtons(
|
||||
"NoGravity" to { Minecraft.getInstance().player?.let { it.isNoGravity = toggled } },
|
||||
|
|
Loading…
Reference in New Issue