We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e06348 commit 44ea453Copy full SHA for 44ea453
1 file changed
src/main/kotlin/com/mairwunnx/projectessentials/chat/models/MuteModelUtils.kt
@@ -37,7 +37,7 @@ object MuteModelUtils {
37
val mutedConfig = jsonInstance.stringify(
38
MuteModel.serializer(), muteModel
39
)
40
- File(mutedConfig).writeText(mutedConfig)
+ File(mutedPlayersConfig).writeText(mutedConfig)
41
}
42
43
fun addPlayer(name: String, mutedBy: String, reason: String) {
0 commit comments