compatible with 1.2.3

This commit is contained in:
aPunch 2012-03-02 15:44:59 -06:00
parent ed180614f1
commit 890b9573e8

View File

@ -295,5 +295,5 @@ public class Citizens extends JavaPlugin {
return false;
}
private static final String COMPATIBLE_MC_VERSION = "1.2.2";
private static final String COMPATIBLE_MC_VERSION = "1.2.3";
}