diff --git a/src/main/kotlin/com/lambda/client/module/modules/chat/ChatTimestamp.kt b/src/main/kotlin/com/lambda/client/module/modules/chat/ChatTimestamp.kt index 7fec7004a..6ef069629 100644 --- a/src/main/kotlin/com/lambda/client/module/modules/chat/ChatTimestamp.kt +++ b/src/main/kotlin/com/lambda/client/module/modules/chat/ChatTimestamp.kt @@ -12,7 +12,7 @@ import net.minecraftforge.client.event.ClientChatReceivedEvent object ChatTimestamp : Module( name = "ChatTimestamp", - description = "Shows the time a message was sent beside the message", + description = "Displays the time a message was sent beside it", category = Category.CHAT, showOnArray = false ) { diff --git a/src/main/kotlin/com/lambda/client/module/modules/render/EyeFinder.kt b/src/main/kotlin/com/lambda/client/module/modules/render/EyeFinder.kt index 08ac70c8c..a971fdc2f 100644 --- a/src/main/kotlin/com/lambda/client/module/modules/render/EyeFinder.kt +++ b/src/main/kotlin/com/lambda/client/module/modules/render/EyeFinder.kt @@ -21,7 +21,7 @@ import kotlin.math.min object EyeFinder : Module( name = "EyeFinder", - description = "Draw lines from entity's heads to where they are looking", + description = "Draws lines from entity's heads to where they are looking", category = Category.RENDER ) { private val page by setting("Page", Page.ENTITY_TYPE) @@ -131,4 +131,4 @@ object EyeFinder : Module( renderer.render(true) } } -} \ No newline at end of file +}