mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-27 13:15:55 +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) {
|
||||
Location eyeLoc = npc.getEntity().getLocation();
|
||||
eyeLoc.setY(eyeLoc.getY() + 1.5);
|
||||
ParticleProvider.sendToPlayer(player, eyeLoc, effectType);
|
||||
eyeLoc.setY(eyeLoc.getY() + 2);
|
||||
ParticleProvider.sendToPlayer(player, eyeLoc, effectType.toUpperCase());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user