Skip to content

Commit

Permalink
fix: debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Aug 10, 2024
1 parent 8013053 commit e1c44ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/mineinabyss/bonfire/BonfireCommands.kt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object BonfireCommands {
sender.error("Bonfire debug mode disabled")
}
else -> {
player.persistentDataContainer.encode(BonfireDebug)
player.persistentDataContainer.encode(BonfireDebug())
sender.success("Bonfire debug mode enabled")
}
}
Expand Down

0 comments on commit e1c44ad

Please sign in to comment.