RLVa 1.1.2 to 1.1.3 upgrade. InvLinks + COF
This commit is contained in:
@@ -4223,20 +4223,10 @@ void LLAppViewer::handleLoginComplete()
|
||||
}
|
||||
writeDebugInfo();
|
||||
|
||||
// [RLVa:KB] - Alternate: Snowglobe-1.2.4 | Checked: 2009-08-05 (RLVa-1.0.1e) | Modified: RLVa-1.0.1e
|
||||
// TODO-RLVa: find some way to initialize the lookup table when we need them *and* support toggling RLVa at runtime
|
||||
gRlvHandler.initLookupTables();
|
||||
|
||||
// [RLVa:KB] - Checked: 2010-09-27 (RLVa-1.1.3b) | Modified: RLVa-1.1.3b
|
||||
if (rlv_handler_t::isEnabled())
|
||||
{
|
||||
RlvCurrentlyWorn::fetchWorn();
|
||||
rlv_handler_t::fetchSharedInventory();
|
||||
|
||||
#ifdef RLV_EXTENSION_STARTLOCATION
|
||||
RlvSettings::updateLoginLastLocation();
|
||||
#endif // RLV_EXTENSION_STARTLOCATION
|
||||
|
||||
gRlvHandler.processRetainedCommands();
|
||||
gRlvHandler.onLoginComplete();
|
||||
}
|
||||
// [/RLVa:KB]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user