Bumped protocol from 16 to 17.

This commit is contained in:
Jeremy Wood 2012-07-25 22:10:06 -04:00
parent 24e26bb7d7
commit 2b80ca80ae
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ import java.util.logging.Logger;
* The implementation of the Multiverse-{@link Core}.
*/
public class MultiverseCore extends JavaPlugin implements MVPlugin, Core {
private static final int PROTOCOL = 16;
private static final int PROTOCOL = 17;
// TODO: Investigate if this one is really needed to be static.
// Doubt it. -- FernFerret
private static Map<String, String> teleportQueue = new HashMap<String, String>();