Update from upstream SpigotMC
3e3ea0bd0d8 320ed92779f 612de468951
This commit is contained in:
20
CraftBukkit-Patches/0132-Fix-Slow-Loading-Libraries.patch
Normal file
20
CraftBukkit-Patches/0132-Fix-Slow-Loading-Libraries.patch
Normal file
@@ -0,0 +1,20 @@
|
||||
From 35298e367c3730226e65de2375b6100c778b2490 Mon Sep 17 00:00:00 2001
|
||||
From: md_5 <git@md-5.net>
|
||||
Date: Tue, 8 Jul 2014 20:27:52 +1000
|
||||
Subject: [PATCH] Fix Slow "Loading Libraries"
|
||||
|
||||
|
||||
diff --git a/src/main/resources/log4j2.xml b/src/main/resources/log4j2.xml
|
||||
index 36eff85..08d68aa 100644
|
||||
--- a/src/main/resources/log4j2.xml
|
||||
+++ b/src/main/resources/log4j2.xml
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
-<Configuration status="WARN" packages="net.minecraft,com.mojang">
|
||||
+<Configuration status="WARN" packages="com.mojang.util">
|
||||
<Appenders>
|
||||
<Console name="WINDOWS_COMPAT" target="SYSTEM_OUT"></Console>
|
||||
<Queue name="TerminalConsole">
|
||||
--
|
||||
2.1.0
|
||||
|
||||
Reference in New Issue
Block a user