Skip to content

Commit

Permalink
Update ModuleSpoofer.kt (CCBlueX#1706)
Browse files Browse the repository at this point in the history
Lunar changed version brand
  • Loading branch information
opZywl authored Dec 19, 2023
1 parent ad24880 commit 393977b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object ModuleSpoofer : Module("ClientSpoofer", Category.EXPLOIT) {

enum class SpoofMode(override val choiceName: String, val clientBrand: () -> String) : NamedChoice {
VANILLA("Vanilla", { "vanilla" }),
LUNAR("Lunar", { "lunarclient:${random(7)}" }),
LUNAR("Lunar", { "lunarclient:v2.12.3-2351" }),
CHEATBREAKER("Cheatbreaker", { "CB"})
}

Expand Down

0 comments on commit 393977b

Please sign in to comment.