1.8.8 is included in 1_8_R3.

This commit is contained in:
asofold 2015-07-30 01:00:52 +02:00
parent e7ec68d33a
commit bfd6cb7418
2 changed files with 3 additions and 3 deletions

View File

@ -64,8 +64,8 @@ public class MCAccessSpigotCB1_8_R3 implements MCAccess{
@Override
public String getMCVersion() {
// 1.8.4-1.8.6 (1_8_R3)
return "1.8.4-1.8.7";
// 1.8.4-1.8.8 (1_8_R3)
return "1.8.4-1.8.8";
}
@Override

View File

@ -110,7 +110,7 @@ public class MCAccessFactory {
//"fr.neatmonster.nocheatplus.compat.cbdev.MCAccessCBDev", // future / tests.
//"fr.neatmonster.nocheatplus.compat.cbreflect.MCAccessCBReflect", // TEST
// Dedicated: CB (Spigot)
"fr.neatmonster.nocheatplus.compat.spigotcb1_8_R3.MCAccessSpigotCB1_8_R3", // 1.8.4-1.8.7 (1_8_R3)
"fr.neatmonster.nocheatplus.compat.spigotcb1_8_R3.MCAccessSpigotCB1_8_R3", // 1.8.4-1.8.8 (1_8_R3)
"fr.neatmonster.nocheatplus.compat.spigotcb1_8_R2.MCAccessSpigotCB1_8_R2", // 1.8.3 (1_8_R2)
"fr.neatmonster.nocheatplus.compat.spigotcb1_8_R1.MCAccessSpigotCB1_8_R1", // 1.8 (1_8_R1)
// Dedicated CB (original)