mirror of
https://github.com/TotalFreedomMC/TF-Marriage.git
synced 2024-12-31 20:42:18 +00:00
Update Marriage.java
This commit is contained in:
parent
42585ffb9f
commit
ab0b6d7b5a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class Marriage extends JavaPlugin {
|
|||
private Map<String, MPlayer> players = new WeakHashMap<String, MPlayer>();
|
||||
private Updater updater;
|
||||
|
||||
public static String COMPAT_VERSION = "v1_7_R2";
|
||||
public static String COMPAT_VERSION = "v1_7_R3";
|
||||
public static boolean IS_COMPATIBLE = true;
|
||||
public Map<String, PlayerConfig> configs = new HashMap<String, PlayerConfig>();
|
||||
|
||||
|
|
Loading…
Reference in a new issue