That should be the right package for mcore 7.4.0

This commit is contained in:
Max Lee 2015-03-14 23:19:29 +01:00
parent fc1ddef209
commit 5839e2a6fd

View File

@ -545,7 +545,7 @@ public class RandomTeleport extends JavaPlugin implements CommandExecutor {
if(faction != com.massivecraft.factions.entity.FactionColl.get().getNone()) return false;
}
if(RandomTeleport.factionsApiVersion == 26){
com.massivecraft.factions.entity.Faction faction = com.massivecraft.factions.entity.BoardColls.get().getFactionAt(com.massivecraft.mcore.ps.PS.valueOf(block));
com.massivecraft.factions.entity.Faction faction = com.massivecraft.factions.entity.BoardColls.get().getFactionAt(com.massivecraft.massivecore.ps.PS.valueOf(block));
if(faction != com.massivecraft.factions.entity.FactionColls.get().getForWorld(location.getWorld().getName()).getNone()) return false;
}
if(this.factionsApiVersion == 16){