mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
cosmetics, rename a few vars, etc
This commit is contained in:
@@ -331,7 +331,7 @@ namespace OpenSim.Server.Base
|
||||
|
||||
int nterms = terms.Length;
|
||||
if (nterms == 0)
|
||||
return new Dictionary<string, object>();
|
||||
return new Dictionary<string, object>();
|
||||
|
||||
Dictionary<string, object> result = new Dictionary<string, object>(nterms);
|
||||
string name;
|
||||
|
||||
Reference in New Issue
Block a user