mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-27 21:26:29 +01:00
Move NPC particles up slightly
This commit is contained in:
parent
3536a2fdb9
commit
b7f675fb1b
@ -66,8 +66,8 @@ public class NpcEffectThread implements Runnable {
|
|||||||
}
|
}
|
||||||
if (plugin.getDependencies().getCitizens() != null) {
|
if (plugin.getDependencies().getCitizens() != null) {
|
||||||
Location eyeLoc = npc.getEntity().getLocation();
|
Location eyeLoc = npc.getEntity().getLocation();
|
||||||
eyeLoc.setY(eyeLoc.getY() + 1.5);
|
eyeLoc.setY(eyeLoc.getY() + 2);
|
||||||
ParticleProvider.sendToPlayer(player, eyeLoc, effectType);
|
ParticleProvider.sendToPlayer(player, eyeLoc, effectType.toUpperCase());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user