Send to player also sends responses to the server console

2.x-1.16
szymon 2020-09-13 20:39:33 +02:00
parent d9aee50cd1
commit f7d8a7a854
1 changed files with 2 additions and 0 deletions

View File

@ -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);
} }
} }