Enable receiving of normal messages.
This commit is contained in:
parent
bd63714396
commit
553e5a035f
@ -23,11 +23,7 @@ public class ChatDecryptorClient implements ClientModInitializer {
|
||||
MinecraftClient.getInstance().inGameHud.getChatHud().addMessage(Text.of(outputMessage));
|
||||
return false;
|
||||
}
|
||||
else {
|
||||
MinecraftClient.getInstance().inGameHud.getChatHud().addMessage(Text.of("S:" + message_content + ":E"));
|
||||
return false;
|
||||
}
|
||||
//return true;
|
||||
return true;
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user