Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Oct 3, 2022
1 parent c44018f commit cee0baf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import kotlinx.serialization.Serializable

val lootyConfig get() = looty.config.data
@Serializable
class LootyConfig(
data class LootyConfig(
val debug: Boolean = false,
val migrateByCustomModelData: Boolean = false
)
3 changes: 2 additions & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{ }
debug: false
migrateByCustomModelData: false

0 comments on commit cee0baf

Please # to comment.