Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
fix: Instructions in ChatFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT2 authored Apr 18, 2021
1 parent 9f9ace6 commit 1dd4db3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ internal object ChatFilter : Module(

MessageSendHelper.sendChatMessage("$chatName Loaded '&7chat_filter.txt&f'!")
} catch (exception: FileNotFoundException) {
MessageSendHelper.sendErrorMessage("$chatName Couldn't find a file called '&7chat_filter.txt&f' inside your '&7.minecraft&f' folder, disabling")
MessageSendHelper.sendErrorMessage("$chatName Couldn't find a file called '&7chat_filter.txt&f' inside your '&7.minecraft/kamiblue&f' folder, disabling")
disable()
} catch (exception: Exception) {
MessageSendHelper.sendErrorMessage(exception.toString())
Expand All @@ -70,4 +70,4 @@ internal object ChatFilter : Module(
chatFilter.all { it.containsMatchIn(message) }
}
}
}
}

0 comments on commit 1dd4db3

Please sign in to comment.