We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c79e0c commit 5823447Copy full SHA for 5823447
1 file changed
src/main/kotlin/com/lambda/module/modules/render/RadiusESP.kt
@@ -35,7 +35,7 @@ import net.minecraft.block.entity.BeaconBlockEntity
35
import net.minecraft.util.math.Box
36
import java.awt.Color
37
38
-class RadiusESP : Module(
+object RadiusESP : Module(
39
name = "RadiusESP",
40
description = "Shows the radius for blocks with abnormal functionality",
41
tag = ModuleTag.RENDER
0 commit comments