1213141516171819202122
} @Override public void runImpl() { mICommunity mICommunity = mCommunity.getInstance().get(); if(mICommunity != null) { mICommunity.show(getClient().getActiveChar().getObjectId(), mCommunity.pageMain); } }