This is my playermbobile.cs and players are still being aggroed in new haven
public bool CheckYoungProtection(Mobile from)
{
if (!Young)
{
return true;
}
if (Region is BaseRegion && !((BaseRegion)Region).YoungProtected)...
Does anything have to be changed for the render distance? Or just download latest if on an older repo? I notice things still have difficulty if not static staying loaded and disappearing.