Bring bungee support back in line with what the protocol update had

By: md_5 <md_5@live.com.au>
This commit is contained in:
Spigot
2013-12-11 11:25:32 +11:00
parent 4761aaf833
commit 130d646157
2 changed files with 14 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
From 6c24c2f11d8ddf8838037e7bad98339784d72b54 Mon Sep 17 00:00:00 2001
From c43f6a61f267c258f692714f79098b096fc8c176 Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Sun, 7 Jul 2013 09:32:53 +1000
Subject: [PATCH] Spigot Configuration
@@ -94,7 +94,7 @@ index 15a5a5d..93e1782 100644
diff --git a/src/main/java/org/spigotmc/SpigotConfig.java b/src/main/java/org/spigotmc/SpigotConfig.java
new file mode 100644
index 0000000..2f2752a
index 0000000..e7f6401
--- /dev/null
+++ b/src/main/java/org/spigotmc/SpigotConfig.java
@@ -0,0 +1,120 @@
@@ -144,8 +144,8 @@ index 0000000..2f2752a
+
+ commands = new HashMap<String, Command>();
+
+ version = getInt( "config-version", 3 );
+ set( "config-version", 3 );
+ version = getInt( "config-version", 4 );
+ set( "config-version", 4 );
+ readConfig( SpigotConfig.class, null );
+ }
+