From 35df3202aed9dc7232be0150d10cb8408e1339f3 Mon Sep 17 00:00:00 2001 From: BalaM314 <71201189+BalaM314@users.noreply.github.com> Date: Sat, 23 Dec 2023 19:46:48 +0530 Subject: [PATCH] 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 --- core/assets/contributors | 1 + core/src/mindustry/core/NetServer.java | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/core/assets/contributors b/core/assets/contributors index fcd191dc38..b518f242ac 100644 --- a/core/assets/contributors +++ b/core/assets/contributors @@ -161,3 +161,4 @@ SITUVNgcd Gabriel "red" Fondato Yoru Kitsune OpalSoPL +BalaM314 diff --git a/core/src/mindustry/core/NetServer.java b/core/src/mindustry/core/NetServer.java index fb0b36b085..5de465d1be 100644 --- a/core/src/mindustry/core/NetServer.java +++ b/core/src/mindustry/core/NetServer.java @@ -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){