Sync with L2jServer HighFive Nov 14th 2015.
This commit is contained in:
@ -425,7 +425,7 @@ public abstract class Chamber extends AbstractInstance
|
||||
return;
|
||||
}
|
||||
final Instance inst = InstanceManager.getInstance().getInstance(player.getInstanceId());
|
||||
Location ret = inst.getSpawnLoc();
|
||||
Location ret = inst.getExitLoc();
|
||||
final String return_point = player.getVariables().getString(RETURN, null);
|
||||
if (return_point != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user