diff --git a/Spigot-Server-Patches/0025-RIP-metrics.patch b/Spigot-Server-Patches/0025-RIP-metrics.patch index f19caeb96..8b95342de 100644 --- a/Spigot-Server-Patches/0025-RIP-metrics.patch +++ b/Spigot-Server-Patches/0025-RIP-metrics.patch @@ -1,4 +1,4 @@ -From 85b3842e9754ceaa58a946949b402c31d6a07ff7 Mon Sep 17 00:00:00 2001 +From 507f9ffecad6d490ced5ae89eadb7369e1bfbecb Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Tue, 19 Aug 2014 14:25:40 -0500 Subject: [PATCH] RIP metrics @@ -656,10 +656,10 @@ index a5fd59d..0000000 - } -} diff --git a/src/main/java/org/spigotmc/SpigotConfig.java b/src/main/java/org/spigotmc/SpigotConfig.java -index a8140a5..d469a84 100644 +index c03388d..eeb1aec 100644 --- a/src/main/java/org/spigotmc/SpigotConfig.java +++ b/src/main/java/org/spigotmc/SpigotConfig.java -@@ -48,7 +48,6 @@ public class SpigotConfig +@@ -47,7 +47,6 @@ public class SpigotConfig static int version; static Map commands; /*========================================================================*/ @@ -667,7 +667,7 @@ index a8140a5..d469a84 100644 public static void init() { -@@ -80,18 +79,6 @@ public class SpigotConfig +@@ -79,18 +78,6 @@ public class SpigotConfig { MinecraftServer.getServer().server.getCommandMap().register( entry.getKey(), "Spigot", entry.getValue() ); } @@ -687,5 +687,5 @@ index a8140a5..d469a84 100644 static void readConfig(Class clazz, Object instance) -- -1.9.5.msysgit.0 +2.2.2