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 e9b79a3 commit d212214Copy full SHA for d212214
src/main/java/me/rothes/protocolstringreplacer/packetlisteners/server/chat/PlayerChatHelper.java
@@ -249,7 +249,7 @@ public static WrappedChatComponent getTeamNameWrapped(Object object) {
249
try {
250
Object o = teamNameField.get(object);
251
if (o == null) {
252
- return null;
+ return WrappedChatComponent.fromText("");
253
}
254
return WrappedChatComponent.fromHandle(o);
255
} catch (IllegalAccessException e) {
0 commit comments