Send to player also sends responses to the server console
parent
d9aee50cd1
commit
f7d8a7a854
|
@ -108,6 +108,8 @@ public class CustomLogger {
|
||||||
text.formatted(Formatting.WHITE);
|
text.formatted(Formatting.WHITE);
|
||||||
|
|
||||||
source.sendFeedback(prefixText.shallowCopy().append(text), false);
|
source.sendFeedback(prefixText.shallowCopy().append(text), false);
|
||||||
|
} else {
|
||||||
|
logger.log(level, msg, args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue