Skip to content

Commit 46405bc

Browse files
committed
naming convention
1 parent 48cb6bf commit 46405bc

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/module/modules/debug

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/debug/StateInfo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import net.minecraft.state.property.Property
3030
import net.minecraft.util.hit.BlockHitResult
3131

3232
object StateInfo : Module(
33-
"State Info",
33+
"StateInfo",
3434
"Prints the target block's state into chat",
3535
setOf(ModuleTag.DEBUG)
3636
) {

0 commit comments

Comments
 (0)