Disabled 'Hacked Godmode' menu option from showing on Linden grid.
This commit is contained in:
@@ -948,9 +948,7 @@ void init_client_menu(LLMenuGL* menu)
|
||||
|
||||
|
||||
#ifdef TOGGLE_HACKED_GODLIKE_VIEWER
|
||||
// <edit>
|
||||
//if (!LLViewerLogin::getInstance()->isInProductionGrid())
|
||||
// </edit>
|
||||
if (!LLViewerLogin::getInstance()->isInProductionGrid())
|
||||
{
|
||||
menu->append(new LLMenuItemCheckGL("Hacked Godmode",
|
||||
&handle_toggle_hacked_godmode,
|
||||
@@ -4149,7 +4147,7 @@ void derez_objects(EDeRezDestination dest, const LLUUID& dest_id)
|
||||
msg->nextBlockFast(_PREHASH_ObjectData);
|
||||
msg->addU32Fast(_PREHASH_ObjectLocalID, object->getLocalID());
|
||||
// <edit>
|
||||
if(!gSavedSettings.getBOOL("DisablePointAtAndBeam"))
|
||||
if(!gSavedSettings.getBOOL("DisablePointAtAndBeam"))
|
||||
{
|
||||
// </edit>
|
||||
// VEFFECT: DerezObject
|
||||
|
||||
Reference in New Issue
Block a user