Whoops. MC 1.5.2 should be working now

This commit is contained in:
fullwall 2013-05-03 12:35:31 +08:00
parent 77fa6f56d8
commit 684d1e0ff0

View File

@ -431,5 +431,5 @@ public class Citizens extends JavaPlugin implements CitizensPlugin {
return false;
}
private static final String COMPATIBLE_MC_VERSION = "1.5.1";
private static final String COMPATIBLE_MC_VERSION = "1.5.2";
}