Bumped protocol version to 20.

This commit is contained in:
Jeremy Wood 2015-10-28 20:12:25 -04:00
parent 6ee8466ac0
commit cc3dfe9fd4
1 changed files with 1 additions and 1 deletions

View File

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