Block disguise velocity tweak.
This commit is contained in:
parent
6885f89130
commit
980ce0a5a3
@ -402,6 +402,12 @@ public class DisguiseManager extends MiniPlugin implements IPacketRunnable
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
if (_spawnPacketMap.get(movePacket.a) instanceof DisguiseBlock)
|
||||
{
|
||||
packetList.forceAdd(velocityPacket);
|
||||
packetList.forceAdd(velocityPacket);
|
||||
}
|
||||
}
|
||||
else if (packet instanceof Packet33RelEntityMoveLook)
|
||||
{
|
||||
@ -449,6 +455,12 @@ public class DisguiseManager extends MiniPlugin implements IPacketRunnable
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
if (_spawnPacketMap.get(movePacket.a) instanceof DisguiseBlock)
|
||||
{
|
||||
packetList.forceAdd(velocityPacket);
|
||||
packetList.forceAdd(velocityPacket);
|
||||
}
|
||||
}
|
||||
else if (packet instanceof Packet62NamedSoundEffect)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user