Updated protocol to 18 for Vault.

This commit is contained in:
Jeremy Wood 2012-10-20 20:12:42 -04:00
parent 6a4921d7d1
commit 74241e3d9c
1 changed files with 1 additions and 1 deletions

View File

@ -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<String, String> teleportQueue = new HashMap<String, String>();