Bumped protocol to 22.

This commit is contained in:
Jeremy Wood 2019-01-23 22:29:49 -05:00
parent 658b5219c3
commit f7bbb5029b
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 = 21;
private static final int PROTOCOL = 22;
// TODO: Investigate if this one is really needed to be static.
// Doubt it. -- FernFerret
private static Map<String, String> teleportQueue = new HashMap<String, String>();