Rebuild a patch
This commit is contained in:
parent
461353e2cb
commit
bf99f9b97d
@ -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 <zach.brown@destroystokyo.com>
|
||||
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<String, Command> 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user