Reduce lag on Molten Snake
This commit is contained in:
parent
c1765aaf20
commit
78445551a1
@ -39,7 +39,7 @@ public class MountTitanData extends MountData
|
||||
//Nodes
|
||||
_nodes = new ArrayList<ArmorStand>();
|
||||
|
||||
for (int i=0 ; i<30 ; i++)
|
||||
for (int i=0 ; i<20 ; i++)
|
||||
{
|
||||
ArmorStand node = loc.getWorld().spawn(loc, ArmorStand.class);
|
||||
|
||||
@ -81,7 +81,7 @@ public class MountTitanData extends MountData
|
||||
Location infront = _head.getLocation().add(0, -1.5, 0);
|
||||
|
||||
//Move
|
||||
for (int i=0 ; i<30 ; i++)
|
||||
for (int i=0 ; i<20 ; i++)
|
||||
{
|
||||
ArmorStand node = _nodes.get(i);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user