106107108109110111112113114115
if (_ai == null) { synchronized(this) { if (_ai == null) _ai = new L2DoorAI(new AIAccessor()); } } return _ai; }