Fix the NoHurtCamera feature

This commit is contained in:
Username404-59 2021-05-07 10:17:48 +02:00
parent d1a9147c42
commit 82af939f7e
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -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 } },