Set compatibility string to 1.3.x

This commit is contained in:
fullwall 2012-09-05 18:52:12 +08:00
parent 86f953e503
commit 2beeb64e1b

View File

@ -408,5 +408,5 @@ public class Citizens extends JavaPlugin implements CitizensPlugin {
Thread.currentThread().setContextClassLoader(contextClassLoader);
}
private static final String COMPATIBLE_MC_VERSION = "1.3.2";
private static final String COMPATIBLE_MC_VERSION = "1.3";
}