From 2d83abfdc1bd4ead048b97da2989217bb67b9699 Mon Sep 17 00:00:00 2001 From: Riley Park Date: Sun, 16 May 2021 23:54:43 -0700 Subject: [PATCH] I give up on trying to teach people to avoid the incorrect ways. --- Spigot-Server-Patches/Adventure.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/Adventure.patch b/Spigot-Server-Patches/Adventure.patch index a8c2dc4b5..f2f279c1e 100644 --- a/Spigot-Server-Patches/Adventure.patch +++ b/Spigot-Server-Patches/Adventure.patch @@ -1806,7 +1806,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 public static void main(String[] args) { + // Paper start + final String warnWhenLegacyFormattingDetected = String.join(".", "net", "kyori", "adventure", "text", "warnWhenLegacyFormattingDetected"); -+ if (System.getProperty(warnWhenLegacyFormattingDetected) == null) { ++ if (false && System.getProperty(warnWhenLegacyFormattingDetected) == null) { + System.setProperty(warnWhenLegacyFormattingDetected, String.valueOf(true)); + } + // Paper end