More patches

By: md_5 <md_5@live.com.au>
This commit is contained in:
Spigot
2013-06-21 17:30:13 +10:00
parent 1b7d1b6667
commit b23e7b47f8
12 changed files with 92 additions and 131 deletions

View File

@@ -1,4 +1,4 @@
From 6d588b92bf8282f25ed30e7660a338f160a500bc Mon Sep 17 00:00:00 2001
From de751bfcb848c186b0d2899a659ad39404b4ef81 Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Sat, 23 Feb 2013 08:58:35 +1100
Subject: [PATCH] Metrics
@@ -657,10 +657,10 @@ index 0000000..f1690a2
+}
\ No newline at end of file
diff --git a/src/main/java/org/spigotmc/SpigotConfig.java b/src/main/java/org/spigotmc/SpigotConfig.java
index d647943..fde9250 100644
index e84372d..8711c7a 100644
--- a/src/main/java/org/spigotmc/SpigotConfig.java
+++ b/src/main/java/org/spigotmc/SpigotConfig.java
@@ -29,6 +29,7 @@ public class SpigotConfig
@@ -30,6 +30,7 @@ public class SpigotConfig
static YamlConfiguration config;
static int version;
/*========================================================================*/
@@ -668,7 +668,7 @@ index d647943..fde9250 100644
public static void init()
{
@@ -38,6 +39,18 @@ public class SpigotConfig
@@ -39,6 +40,18 @@ public class SpigotConfig
version = getInt( "config-version", 1 );
readConfig( SpigotConfig.class, null );