Updated protocol version to 19.

This commit is contained in:
Jeremy Wood 2015-09-22 08:40:18 -04:00
parent 61710369f4
commit ec805f38d7
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 = 18;
private static final int PROTOCOL = 19;
// TODO: Investigate if this one is really needed to be static.
// Doubt it. -- FernFerret
private static Map<String, String> teleportQueue = new HashMap<String, String>();