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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user