Changed: Synchronization with SVN
This commit is contained in:
parent
f21467c466
commit
03db8750ad
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
CBitMemStream out;
|
||||||
if (!GenericMsgHeaderMngr.pushNameToStream("COMMAND:GUILDMOTD", out))
|
if (!GenericMsgHeaderMngr.pushNameToStream("COMMAND:GUILDMOTD", out))
|
||||||
|
|
|
@ -3555,8 +3555,8 @@ void CUserEntity::CSpeedFactor::update(ICDBNode *node) // virtual
|
||||||
if(_Value > 2.0f)
|
if(_Value > 2.0f)
|
||||||
{
|
{
|
||||||
//nlwarning("HACK: you try to change the speed factor to %f", _Value);
|
//nlwarning("HACK: you try to change the speed factor to %f", _Value);
|
||||||
nlstop;
|
//nlstop;
|
||||||
_Value = 2.0f;
|
//_Value = 2.0f;
|
||||||
}
|
}
|
||||||
}// CSpeedFactor::update //
|
}// CSpeedFactor::update //
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue