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:
BalaM314 2023-12-23 19:46:48 +05:30 committed by GitHub
parent b2f76ea0bd
commit 35df3202ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -161,3 +161,4 @@ SITUVNgcd
Gabriel "red" Fondato
Yoru Kitsune
OpalSoPL
BalaM314

View File

@ -777,7 +777,6 @@ public class NetServer implements ApplicationListener{
}else{
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 -> {
if(params instanceof Team team){