Add config option to disable logging trace requests (#9401)
* Add config option to disable logging trace requests * Actually, just remove the trace logging * Might as well 12 (soon 13) merged PRs
This commit is contained in:
@@ -161,3 +161,4 @@ SITUVNgcd
|
|||||||
Gabriel "red" Fondato
|
Gabriel "red" Fondato
|
||||||
Yoru Kitsune
|
Yoru Kitsune
|
||||||
OpalSoPL
|
OpalSoPL
|
||||||
|
BalaM314
|
||||||
|
|||||||
@@ -777,7 +777,6 @@ public class NetServer implements ApplicationListener{
|
|||||||
}else{
|
}else{
|
||||||
NetClient.traceInfo(other, info);
|
NetClient.traceInfo(other, info);
|
||||||
}
|
}
|
||||||
info("&lc@ &fi&lk[&lb@&fi&lk]&fb has requested trace info of @ &fi&lk[&lb@&fi&lk]&fb.", player.plainName(), player.uuid(), other.plainName(), other.uuid());
|
|
||||||
}
|
}
|
||||||
case switchTeam -> {
|
case switchTeam -> {
|
||||||
if(params instanceof Team team){
|
if(params instanceof Team team){
|
||||||
|
|||||||
Reference in New Issue
Block a user