Minor code formatter settings.
This commit is contained in:
@@ -4311,7 +4311,8 @@ public abstract class L2Character extends L2Object implements ISkillsHolder, IDe
|
||||
|
||||
if (distFraction > 1)
|
||||
{
|
||||
ThreadPoolManager.getInstance().executeAi(() -> {
|
||||
ThreadPoolManager.getInstance().executeAi(() ->
|
||||
{
|
||||
try
|
||||
{
|
||||
if (Config.MOVE_BASED_KNOWNLIST)
|
||||
|
||||
@@ -11150,7 +11150,8 @@ public final class L2PcInstance extends L2Playable
|
||||
pet.updateAndBroadcastStatus(0);
|
||||
}
|
||||
|
||||
getServitors().values().forEach(s -> {
|
||||
getServitors().values().forEach(s ->
|
||||
{
|
||||
s.setFollowStatus(false);
|
||||
s.teleToLocation(getLocation(), false);
|
||||
((L2SummonAI) s.getAI()).setStartFollowController(true);
|
||||
@@ -11753,7 +11754,8 @@ public final class L2PcInstance extends L2Playable
|
||||
}
|
||||
}
|
||||
|
||||
getServitors().values().forEach(s -> {
|
||||
getServitors().values().forEach(s ->
|
||||
{
|
||||
s.setRestoreSummon(true);
|
||||
s.unSummon(this);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user