Bumped protocol version to 21 for upcoming addition of Kotlin lib.

This commit is contained in:
Jeremy Wood 2017-07-09 18:54:49 -04:00
parent 467ec809b5
commit 4878395460

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