Changed: Synchronization with SVN

This commit is contained in:
kervala 2012-09-26 12:45:34 +02:00
parent f21467c466
commit 03db8750ad
2 changed files with 3 additions and 3 deletions

View file

@ -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))

View file

@ -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 //