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

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsEmpa committed Dec 27, 2024
1 parent a9e07b1 commit f33fd15
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/kotlin/com/ratons/features/instances/AutoRefill.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ object AutoRefill {
private val config get() = Ratons.feature.instancesConfig.autoRefill

@HandleEvent
fun onDungeonStart(event: DungeonStartEvent) {
ChatUtils.chat("test")
newInstance()
}
fun onDungeonStart(event: DungeonStartEvent) = newInstance()

@HandleEvent
fun onKuudraStart(event: KuudraStartEvent) = newInstance()
Expand Down

0 comments on commit f33fd15

Please sign in to comment.