Skip to content

Commit 44ea453

Browse files
committed
Incorrect file path fixed.
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent 6e06348 commit 44ea453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/chat/models/MuteModelUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object MuteModelUtils {
3737
val mutedConfig = jsonInstance.stringify(
3838
MuteModel.serializer(), muteModel
3939
)
40-
File(mutedConfig).writeText(mutedConfig)
40+
File(mutedPlayersConfig).writeText(mutedConfig)
4141
}
4242

4343
fun addPlayer(name: String, mutedBy: String, reason: String) {

0 commit comments

Comments
 (0)