From 03db8750ad2ce1e87d972b876c33858f26f08771 Mon Sep 17 00:00:00 2001 From: kervala Date: Wed, 26 Sep 2012 12:45:34 +0200 Subject: [PATCH] Changed: Synchronization with SVN --- code/ryzom/client/src/commands.cpp | 2 +- code/ryzom/client/src/user_entity.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/ryzom/client/src/commands.cpp b/code/ryzom/client/src/commands.cpp index 1990003b0..81b9689a4 100644 --- a/code/ryzom/client/src/commands.cpp +++ b/code/ryzom/client/src/commands.cpp @@ -5770,7 +5770,7 @@ NLMISC_COMMAND(em, "emote command", "") -NLMISC_COMMAND(guildmotd, "Set the guild message of the day","") +NLMISC_COMMAND(guildmotd, "Set or see the guild message of the day","") { CBitMemStream out; if (!GenericMsgHeaderMngr.pushNameToStream("COMMAND:GUILDMOTD", out)) diff --git a/code/ryzom/client/src/user_entity.cpp b/code/ryzom/client/src/user_entity.cpp index 254b02cb5..c0dec5500 100644 --- a/code/ryzom/client/src/user_entity.cpp +++ b/code/ryzom/client/src/user_entity.cpp @@ -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 //