Protocol Bump to v6

This commit is contained in:
fernferret 2011-10-13 21:39:17 -04:00
parent ab17064006
commit a8068a5669

View File

@ -44,7 +44,7 @@ import java.util.logging.Level;
import java.util.logging.Logger;
public class MultiverseCore extends JavaPlugin implements MVPlugin, Core {
private final static int Protocol = 5;
private final static int Protocol = 6;
// Global Multiverse config variable, states whether or not
// Multiverse should stop other plugins from teleporting players
// to worlds.