We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5fd3fb commit ad58a2bCopy full SHA for ad58a2b
src/main/kotlin/com/lambda/client/module/modules/render/Breadcrumbs.kt
@@ -26,7 +26,7 @@ import kotlin.math.sin
26
27
object Breadcrumbs : Module(
28
name = "Breadcrumbs",
29
- description = "Draws a tail behind as you move",
+ description = "Draws a trail behind as you move",
30
category = Category.RENDER,
31
alwaysListening = true
32
) {
@@ -69,7 +69,7 @@ object Breadcrumbs : Module(
69
}
70
if (!shouldRecord(true)) return@safeListener
71
72
- /* Adding server and dimension to the map if they are not exist */
+ /* Adding server and dimension to the map if they don't exist */
73
val serverIP = getServerIP()
74
val dimension = player.dimension
75
@@ -162,4 +162,4 @@ object Breadcrumbs : Module(
162
163
164
165
-}
+}
0 commit comments