Fixed 1.6.4 support

This commit is contained in:
Lennart ten Wolde 2013-09-25 20:05:12 +02:00
parent a6c55ab86b
commit c445cda17f

View file

@ -37,7 +37,7 @@ public class Marriage extends JavaPlugin
public boolean eco = false;
private Map<String, MPlayer> players = new WeakHashMap<String, MPlayer>();
public static String COMPAT_VERSION = "v1_6_R2";
public static String COMPAT_VERSION = "v1_6_R3";
public static boolean IS_COMPATIBLE = true;
public Map<String, PlayerConfig> configs = new HashMap<String, PlayerConfig>();