Whoops. MC 1.5.2 should be working now

This commit is contained in:
fullwall 2013-05-03 12:35:31 +08:00
parent 89e19e353c
commit 06360950dc
1 changed files with 1 additions and 1 deletions

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";
}