The server loads all settings correctly as far as I can tell. This marks the end of stage 2. Stage 3 (testing of all features and commands) will start tomorrow.

By: md_5 <md_5@live.com.au>
This commit is contained in:
Spigot
2013-06-21 19:17:26 +10:00
parent e1afaad64e
commit 897cea1bba
9 changed files with 30 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
From 8e61227e44fdc81f2c39ef5463a1013718175998 Mon Sep 17 00:00:00 2001
From eae71452b63e57a58eff69db1b7d444bd5829120 Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Sat, 23 Mar 2013 11:15:11 +1100
Subject: [PATCH] BungeeCord Support
@@ -75,7 +75,7 @@ index 7cae665..21141f2 100644
public Spigot spigot()
diff --git a/src/main/java/org/spigotmc/SpigotConfig.java b/src/main/java/org/spigotmc/SpigotConfig.java
index 9b74bf0..8150dd3 100644
index e762527..6234dca 100644
--- a/src/main/java/org/spigotmc/SpigotConfig.java
+++ b/src/main/java/org/spigotmc/SpigotConfig.java
@@ -7,6 +7,7 @@ import java.lang.reflect.InvocationTargetException;
@@ -86,7 +86,7 @@ index 9b74bf0..8150dd3 100644
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
@@ -187,4 +188,14 @@ public class SpigotConfig
@@ -188,4 +189,14 @@ public class SpigotConfig
listeners.add( new Listener( host, port, netty, connectionThrottle ) );
}
}