mirror of
https://github.com/MassiveCraft/Factions.git
synced 2025-02-22 06:41:23 +01:00
Packets for 1.7
This commit is contained in:
parent
f8386f9969
commit
1700348a53
@ -144,7 +144,7 @@ public class P extends MPlugin {
|
||||
// since some other plugins execute commands directly through this command interface, provide it
|
||||
this.getCommand(refCommand).setExecutor(cmdBase);
|
||||
|
||||
if (Bukkit.getVersion().contains("1.8")) {
|
||||
if (Bukkit.getVersion().contains("1.8") || Bukkit.getVersion().contains("1.7")) {
|
||||
particleProvider = new PacketParticleProvider();
|
||||
} else {
|
||||
particleProvider = new BukkitParticleProvider();
|
||||
|
Loading…
Reference in New Issue
Block a user