Skip to content

Commit e244027

Browse files
committed
Forgot this
1 parent 570d4d4 commit e244027

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

common/src/main/kotlin/com/lambda/config/settings/NumericSetting.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.lambda.config.settings
22

33
import com.lambda.config.AbstractSetting
4-
import com.lambda.util.math.MathUtils.roundToStep
54
import kotlin.math.round
65
import kotlin.reflect.KProperty
76

common/src/main/resources/lambda.mixins.common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ClientConnectionMixin",
1010
"KeyboardMixin",
1111
"MinecraftClientMixin",
12-
"MixinKeyBinding",
12+
"KeyBindingMixin",
1313
"PlayerEntityMixin"
1414
],
1515
"injectors": {

0 commit comments

Comments
 (0)