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
2626
2727object 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+ }
You can’t perform that action at this time.
0 commit comments