Visibility changes.

This commit is contained in:
MobiusDev
2016-01-29 14:13:33 +00:00
parent 6e536fc2dd
commit 13507ad46c
298 changed files with 563 additions and 595 deletions

View File

@@ -103,7 +103,7 @@ public abstract class AbstractInstance extends AbstractNpcAI
finishInstance(world, Config.INSTANCE_FINISH_TIME);
}
protected void finishInstance(InstanceWorld world, int duration)
private void finishInstance(InstanceWorld world, int duration)
{
final Instance inst = InstanceManager.getInstance().getInstance(world.getInstanceId());
@@ -173,7 +173,7 @@ public abstract class AbstractInstance extends AbstractNpcAI
}
}
protected void handleRemoveBuffs(InstanceWorld world)
private void handleRemoveBuffs(InstanceWorld world)
{
for (int objId : world.getAllowed())
{
@@ -214,7 +214,7 @@ public abstract class AbstractInstance extends AbstractNpcAI
* @param world the instance
* @param time the time in milliseconds
*/
protected void setReenterTime(InstanceWorld world, long time)
private void setReenterTime(InstanceWorld world, long time)
{
for (int objectId : world.getAllowed())
{