mirror of
https://github.com/OpenSim-NGC/OpenSim-Sasquatch.git
synced 2024-11-21 14:29:10 -07:00
Fix fat fingered typo.
This commit is contained in:
parent
4a85d6a9de
commit
9aa8c20770
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
|
||||
// Add New or Update handled here.
|
||||
var newEntry = new LinksetDataEntry(value, pass);
|
||||
Data[key] = newEntry);
|
||||
Data[key] = newEntry;
|
||||
|
||||
int cost = newEntry.GetCost(key);
|
||||
LinksetDataAccountingDelta(cost);
|
||||
|
|
Loading…
Reference in a new issue