Skip to content

Commit

Permalink
Officially drop compatibility for before CB 1.4.5-R1.0 !
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed Feb 22, 2014
1 parent 187a7ef commit 16db04f
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 347 deletions.
32 changes: 0 additions & 32 deletions NCPCompatCB2511/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions NCPPlugin/pom.xml
Expand Up @@ -33,11 +33,6 @@
<artifactId>ncpcompatbukkit</artifactId>
<version>static</version>
</dependency>
<dependency>
<groupId>fr.neatmonster</groupId>
<artifactId>ncpcompatcb2511</artifactId>
<version>static</version>
</dependency>
<dependency>
<groupId>fr.neatmonster</groupId>
<artifactId>ncpcompatcb2512</artifactId>
Expand Down
Expand Up @@ -4,7 +4,6 @@
import java.util.List;

import fr.neatmonster.nocheatplus.compat.bukkit.MCAccessBukkit;
import fr.neatmonster.nocheatplus.compat.cb2511.MCAccessCB2511;
import fr.neatmonster.nocheatplus.compat.cb2512.MCAccessCB2512;
import fr.neatmonster.nocheatplus.compat.cb2545.MCAccessCB2545;
import fr.neatmonster.nocheatplus.compat.cb2602.MCAccessCB2602;
Expand Down Expand Up @@ -135,13 +134,6 @@ public MCAccess getMCAccess(final boolean bukkitOnly){
throwables.add(t);
};

// 1.4.2 ... 1.4.5 (up to CB2511).
try{
return new MCAccessCB2511();
}
catch(Throwable t){
throwables.add(t);
};
}

// Try to set up api-only access (since 1.4.6).
Expand Down
1 change: 0 additions & 1 deletion NoCheatPlus/pom.xml
Expand Up @@ -69,7 +69,6 @@
<include>fr.neatmonster:ncpcommons</include>
<include>fr.neatmonster:ncpcore</include>
<include>fr.neatmonster:ncpcompatbukkit</include>
<include>fr.neatmonster:ncpcompatcb2511</include>
<include>fr.neatmonster:ncpcompatcb2512</include>
<include>fr.neatmonster:ncpcompatcb2545</include>
<include>fr.neatmonster:ncpcompatcb2602</include>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -18,7 +18,6 @@
<module>NCPCommons</module>
<module>NCPCore</module>
<module>NCPCompatBukkit</module>
<module>NCPCompatCB2511</module>
<module>NCPCompatCB2512</module>
<module>NCPCompatCB2545</module>
<module>NCPCompatCB2602</module>
Expand Down

0 comments on commit 16db04f

Please sign in to comment.