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

Binary file not shown.

View File

@ -1,6 +1,6 @@
name: MobArena
main: com.garbagemule.MobArena.MobArena
version: 0.94.3.11
version: 0.94.3.12
softdepend: [Spout,Permissions,MultiVerse,XcraftGate,Towny,Heroes,MagicSpells]
commands:
ma:

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());