Changed the default CB version to 1240 in case of failure

This commit is contained in:
Garbage Mule
2011-10-04 21:41:17 +02:00
parent 7df41a6027
commit f4b89fe386
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1363,7 +1363,7 @@ public class MAUtils
{
try
{
int version = 0;
int version = 1240;
Pattern pattern = Pattern.compile("b([0-9][0-9][0-9][0-9])jnks");
Matcher matcher = pattern.matcher(Bukkit.getVersion());