We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52bbd7 commit 66ceeb0Copy full SHA for 66ceeb0
1 file changed
…in/kotlin/com/lambda/module/hud/Speed.kt …lin/com/lambda/module/hud/Speedometer.ktsrc/main/kotlin/com/lambda/module/hud/Speed.kt renamed to src/main/kotlin/com/lambda/module/hud/Speedometer.kt
@@ -26,8 +26,8 @@ import com.lambda.threading.runSafe
26
import com.lambda.util.SpeedUnit
27
import net.minecraft.util.math.Vec3d
28
29
-object Speed : HudModule(
30
- name = "Speed",
+object Speedometer : HudModule(
+ name = "Speedometer",
31
description = "Displays player speed",
32
tag = ModuleTag.HUD
33
) {
0 commit comments