Bumped protocol from 15 to 16

This commit is contained in:
Jeremy Wood 2012-07-19 21:10:51 -04:00
parent 085c7a1ccc
commit 6133cf6bdf
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,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 = 15;
private static final int PROTOCOL = 16;
// TODO: Investigate if this one is really needed to be static.
// Doubt it. -- FernFerret
private static Map<String, String> teleportQueue = new HashMap<String, String>();