4142434445464748495051
{ return; } if(activeChar.isFakeDeath()) { activeChar.breakFakeDeath(); return; } if(!activeChar.isDead() && !activeChar.isGM()) { activeChar.sendActionFailed();
442443444445446447448449450451452
activeChar.broadcastPacket(cs); break; } if(activeChar.isFakeDeath()) { activeChar.breakFakeDeath(); activeChar.updateEffectIcons(); } else if(activeChar.isSitting()) { activeChar.standUp();