mirror of
https://github.com/Phoenix616/RandomTeleport.git
synced 2024-11-25 20:15:55 +01:00
That should be the right package for mcore 7.4.0
This commit is contained in:
parent
fc1ddef209
commit
5839e2a6fd
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user