Skip to content

Commit 95fa645

Browse files
committed
Wrong localization string for ClearChatCommand.kt fixed.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 9240855 commit 95fa645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/mairwunnx/projectessentials/chat/commands/ClearChatCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ object ClearChatCommand {
9999
}
100100
}
101101
} else {
102-
sendMsg("chat", context.source, "chat.clear_restricted")
102+
sendMsg("chat", context.source, "chat.clear_other_restricted")
103103
return 0
104104
}
105105
}

0 commit comments

Comments
 (0)