File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/kotlin/com/lambda/client/module/modules/render Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import kotlin.math.sin
26
26
27
27
object Breadcrumbs : Module(
28
28
name = "Breadcrumbs",
29
- description = "Draws a tail behind as you move",
29
+ description = "Draws a trail behind as you move",
30
30
category = Category.RENDER,
31
31
alwaysListening = true
32
32
) {
@@ -69,7 +69,7 @@ object Breadcrumbs : Module(
69
69
}
70
70
if (!shouldRecord(true)) return@safeListener
71
71
72
- /* Adding server and dimension to the map if they are not exist */
72
+ /* Adding server and dimension to the map if they don't exist */
73
73
val serverIP = getServerIP()
74
74
val dimension = player.dimension
75
75
@@ -162,4 +162,4 @@ object Breadcrumbs : Module(
162
162
}
163
163
}
164
164
}
165
- }
165
+ }
You can’t perform that action at this time.
0 commit comments