mirror of
https://github.com/opensim/opensim.git
synced 2026-05-24 19:05:34 +08:00
Formatting cleanup, minor refactoring, svn properties.
This commit is contained in:
@@ -106,7 +106,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine.Script
|
||||
{
|
||||
foreach (KeyValuePair<string, object> var in vars)
|
||||
{
|
||||
if(m_Fields.ContainsKey(var.Key))
|
||||
if (m_Fields.ContainsKey(var.Key))
|
||||
{
|
||||
m_Fields[var.Key].SetValue(this, var.Value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user