Skip to content

Commit 8a1ea79

Browse files
committed
Objectify modules
1 parent e5253c4 commit 8a1ea79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/kotlin/com/lambda/module/modules/movement/AutoWalk.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import net.minecraft.util.math.Vec2f
3030
import kotlin.time.DurationUnit
3131
import kotlin.time.toDuration
3232

33-
class AutoWalk : Module(
33+
object AutoWalk : Module(
3434
name = "AutoWalk",
3535
description = "Automatically makes your character walk forward",
3636
tag = ModuleTag.MOVEMENT,

src/main/kotlin/com/lambda/module/modules/player/AutoSign.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import net.minecraft.network.packet.c2s.play.UpdateSignC2SPacket
3333
import java.util.*
3434

3535
@Suppress("unused")
36-
class AutoSign : Module(
36+
object AutoSign : Module(
3737
name = "AutoSign",
3838
description = """Auto fills signs with customizable text. Leave lines empty to skip them. Supports data formatting with:
3939
|<d> - Day of month (1-31)

0 commit comments

Comments
 (0)