mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 22:05:11 +00:00
增加本地化支持
This commit is contained in:
parent
164aff814b
commit
86597efa6c
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ public class NettyClient {
|
|||
if (channel != null && channel.isActive()) {
|
||||
channel.writeAndFlush(packet);
|
||||
} else {
|
||||
LOGGER.warn("client.network.send_while_disconnected", packet.getClass().getSimpleName());
|
||||
LOGGER.warn(I18nManager.getDmccTranslation("client.network.send_while_disconnected", packet.getClass().getSimpleName()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue