Skip to content

Commit

Permalink
Change default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry282 committed Aug 13, 2024
1 parent 4df473a commit 295653f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/funnymap/config/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ object Config : Vigilant(File("./config/funnymap/config.toml"), "Funny Map", sor
subcategory = "Text",
category = "Rooms"
)
var mapColorText = false
var mapColorText = true

@Property(
name = "Room Checkmarks",
Expand Down Expand Up @@ -805,7 +805,7 @@ object Config : Vigilant(File("./config/funnymap/config.toml"), "Funny Map", sor
type = PropertyType.SWITCH,
category = "Debug"
)
var renderBeta = true
var renderBeta = false

@Property(
name = "Custom Prefix",
Expand Down

0 comments on commit 295653f

Please sign in to comment.