Some code cleanup changes.
This commit is contained in:
parent
1fe9ce725f
commit
09c4e1e1be
@ -38,10 +38,10 @@ cleanup.remove_trailing_whitespaces_ignore_empty=true
|
||||
cleanup.remove_unnecessary_casts=true
|
||||
cleanup.remove_unnecessary_nls_tags=true
|
||||
cleanup.remove_unused_imports=true
|
||||
cleanup.remove_unused_local_variables=true
|
||||
cleanup.remove_unused_private_fields=true
|
||||
cleanup.remove_unused_local_variables=false
|
||||
cleanup.remove_unused_private_fields=false
|
||||
cleanup.remove_unused_private_members=true
|
||||
cleanup.remove_unused_private_methods=true
|
||||
cleanup.remove_unused_private_methods=false
|
||||
cleanup.remove_unused_private_types=true
|
||||
cleanup.sort_members=false
|
||||
cleanup.sort_members_all=false
|
||||
|
@ -77,7 +77,7 @@ public class KaraphonHabitat extends AbstractInstance
|
||||
addStartNpc(DOLKIN);
|
||||
addTalkId(DOLKIN, DOLKIN_INSTANCE);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void onEnterInstance(L2PcInstance player, InstanceWorld world, boolean firstEntrance)
|
||||
{
|
||||
|
@ -238,7 +238,7 @@ public class MonasteryOfSilence2 extends AbstractNpcAI
|
||||
if ((holder == null) && (instanceId > 0))
|
||||
{
|
||||
holder = new InstanceHolder();
|
||||
this.instanceWorlds.put(Integer.valueOf(instanceId), holder);
|
||||
instanceWorlds.put(Integer.valueOf(instanceId), holder);
|
||||
}
|
||||
player.stopAllEffectsExceptThoseThatLastThroughDeath();
|
||||
player.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE);
|
||||
|
Loading…
Reference in New Issue
Block a user