Bumped core protocol to 24.

This commit is contained in:
Jeremy Wood 2019-07-30 22:09:14 -04:00
parent 4de6b9ce47
commit 8859fa78fd
1 changed files with 1 additions and 1 deletions

View File

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