Bump protocol to 11, since we changed the api classes

This commit is contained in:
Eric Stokes 2012-01-15 14:17:51 -07:00
parent c22acd6dd1
commit 9313ff82ae
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ import java.util.logging.Logger;
* The implementation of the Multiverse-{@link Core}.
*/
public class MultiverseCore extends JavaPlugin implements MVPlugin, Core {
private static final int PROTOCOL = 10;
private static final int PROTOCOL = 11;
// Global Multiverse config variable, states whether or not
// Multiverse should stop other plugins from teleporting players
// to worlds.