Skip to content

Commit df00f71

Browse files
committed
"WorldColors" as opposed to "World Colors"
1 parent 46405bc commit df00f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/render/WorldColors.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import net.minecraft.util.math.Vec3d
2424
import java.awt.Color
2525

2626
object WorldColors : Module(
27-
name = "World Colors",
27+
name = "WorldColors",
2828
description = "Changes the color of the sky",
2929
defaultTags = setOf(ModuleTag.RENDER)
3030
) {

0 commit comments

Comments
 (0)