From 74241e3d9c8f740fb8d3b602b9ac45f5a503128e Mon Sep 17 00:00:00 2001 From: Jeremy Wood Date: Sat, 20 Oct 2012 20:12:42 -0400 Subject: [PATCH] Updated protocol to 18 for Vault. --- .../java/com/onarandombox/MultiverseCore/MultiverseCore.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/onarandombox/MultiverseCore/MultiverseCore.java b/src/main/java/com/onarandombox/MultiverseCore/MultiverseCore.java index 683fbc88..2bc9de59 100644 --- a/src/main/java/com/onarandombox/MultiverseCore/MultiverseCore.java +++ b/src/main/java/com/onarandombox/MultiverseCore/MultiverseCore.java @@ -110,7 +110,7 @@ import java.util.logging.Level; * The implementation of the Multiverse-{@link Core}. */ public class MultiverseCore extends JavaPlugin implements MVPlugin, Core { - private static final int PROTOCOL = 17; + private static final int PROTOCOL = 18; // TODO: Investigate if this one is really needed to be static. // Doubt it. -- FernFerret private static Map teleportQueue = new HashMap();