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
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1,6 +1,6 @@
name: MobArena name: MobArena
main: com.garbagemule.MobArena.MobArena main: com.garbagemule.MobArena.MobArena
version: 0.94.3.11 version: 0.94.3.12
softdepend: [Spout,Permissions,MultiVerse,XcraftGate,Towny,Heroes,MagicSpells] softdepend: [Spout,Permissions,MultiVerse,XcraftGate,Towny,Heroes,MagicSpells]
commands: commands:
ma: ma:
+1 -1
View File
@@ -1363,7 +1363,7 @@ public class MAUtils
{ {
try try
{ {
int version = 0; int version = 1240;
Pattern pattern = Pattern.compile("b([0-9][0-9][0-9][0-9])jnks"); Pattern pattern = Pattern.compile("b([0-9][0-9][0-9][0-9])jnks");
Matcher matcher = pattern.matcher(Bukkit.getVersion()); Matcher matcher = pattern.matcher(Bukkit.getVersion());