mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-26 20:45:17 +01:00
Changed the default CB version to 1240 in case of failure
This commit is contained in:
parent
7df41a6027
commit
f4b89fe386
BIN
MobArena.jar
BIN
MobArena.jar
Binary file not shown.
@ -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:
|
||||
|
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user