Messed with viewerinventory lolinvcacheonwindows and changed panel_login to allow up to 999999 on the build number old max was 9k

This commit is contained in:
SimmanFederal
2010-05-17 17:13:47 -05:00
parent e9dda4b67c
commit 81af23798a
2 changed files with 4 additions and 4 deletions

View File

@@ -163,14 +163,14 @@ void LLViewerInventoryItem::removeFromServer()
void LLViewerInventoryItem::updateServer(BOOL is_new) const
{
if(!mIsComplete)
/*if(!mIsComplete)
{
// *FIX: deal with this better.
// If we're crashing here then the UI is incorrectly enabled.
llerrs << "LLViewerInventoryItem::updateServer() - for incomplete item"
<< llendl;
return;
}
}*/
if(gAgent.getID() != mPermissions.getOwner())
{
// *FIX: deal with this better.