@ -5770,7 +5770,7 @@ NLMISC_COMMAND(em, "emote command", "<emote phrase>")
NLMISC_COMMAND(guildmotd, "Set the guild message of the day","<msg of the day>")
NLMISC_COMMAND(guildmotd, "Set or see the guild message of the day","<msg of the day>")
{
CBitMemStream out;
if (!GenericMsgHeaderMngr.pushNameToStream("COMMAND:GUILDMOTD", out))
@ -3555,8 +3555,8 @@ void CUserEntity::CSpeedFactor::update(ICDBNode *node) // virtual
if(_Value > 2.0f)
//nlwarning("HACK: you try to change the speed factor to %f", _Value);
nlstop;
_Value = 2.0f;
//nlstop;
//_Value = 2.0f;
}
}// CSpeedFactor::update //