From e88656b1bf1eb4ff1f940a63da65ef7eb7e889a7 Mon Sep 17 00:00:00 2001 From: LOOHP Date: Fri, 30 Sep 2022 15:57:00 +0100 Subject: [PATCH] Default reduced debug info to true --- src/main/resources/server.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/server.properties b/src/main/resources/server.properties index a98d6ce..112e235 100644 --- a/src/main/resources/server.properties +++ b/src/main/resources/server.properties @@ -42,7 +42,7 @@ default-gamemode=creative world-spawn=world;20.5;17;22.5;-90;0 #Reduce debug info -reduced-debug-info=false +reduced-debug-info=true #Whether the IP addresseses of players should be logged #If not enabled player IP addresses will be replaced by in logs