Skip to content

Commit ad58a2b

Browse files
Fixed a spelling mistake under the description of Breadcrums (#353)
Fixed a singular spelling mistake that annoyed me a little
1 parent d5fd3fb commit ad58a2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/kotlin/com/lambda/client/module/modules/render/Breadcrumbs.kt

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import kotlin.math.sin
2626

2727
object Breadcrumbs : Module(
2828
name = "Breadcrumbs",
29-
description = "Draws a tail behind as you move",
29+
description = "Draws a trail behind as you move",
3030
category = Category.RENDER,
3131
alwaysListening = true
3232
) {
@@ -69,7 +69,7 @@ object Breadcrumbs : Module(
6969
}
7070
if (!shouldRecord(true)) return@safeListener
7171

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 */
7373
val serverIP = getServerIP()
7474
val dimension = player.dimension
7575

@@ -162,4 +162,4 @@ object Breadcrumbs : Module(
162162
}
163163
}
164164
}
165-
}
165+
}

0 commit comments

Comments
 (0)