mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-05 18:29:34 +01:00
Bumped protocol version to 20.
This commit is contained in:
parent
6ee8466ac0
commit
cc3dfe9fd4
@ -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>();
|
||||
|
Loading…
Reference in New Issue
Block a user