Changed the default CB version to 1240 in case of failure
This commit is contained in:
Binary file not shown.
@@ -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:
|
||||||
|
|||||||
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user