diff options
author | Dr Scofield | 2009-02-09 10:40:12 +0000 |
---|---|---|
committer | Dr Scofield | 2009-02-09 10:40:12 +0000 |
commit | b1739cbbfdb14f5a3a8da8375c2d823af1f0f2bf (patch) | |
tree | 3d97d73aade2901b47d9851e579c7a1eacf9d9e6 /OpenSim/Region/Application/HGOpenSimNode.cs | |
parent | This patch implements llLookAt to the extent that an object will correctly (diff) | |
download | opensim-SC_OLD-b1739cbbfdb14f5a3a8da8375c2d823af1f0f2bf.zip opensim-SC_OLD-b1739cbbfdb14f5a3a8da8375c2d823af1f0f2bf.tar.gz opensim-SC_OLD-b1739cbbfdb14f5a3a8da8375c2d823af1f0f2bf.tar.bz2 opensim-SC_OLD-b1739cbbfdb14f5a3a8da8375c2d823af1f0f2bf.tar.xz |
fixing warnings.
Diffstat (limited to 'OpenSim/Region/Application/HGOpenSimNode.cs')
-rw-r--r-- | OpenSim/Region/Application/HGOpenSimNode.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/HGOpenSimNode.cs b/OpenSim/Region/Application/HGOpenSimNode.cs index f85c9dd..c0f57f1 100644 --- a/OpenSim/Region/Application/HGOpenSimNode.cs +++ b/OpenSim/Region/Application/HGOpenSimNode.cs | |||
@@ -146,7 +146,7 @@ namespace OpenSim | |||
146 | m_configSettings.See_into_region_from_neighbor, m_config.Source, m_version); | 146 | m_configSettings.See_into_region_from_neighbor, m_config.Source, m_version); |
147 | } | 147 | } |
148 | 148 | ||
149 | void RunCommand(string module, string[] cp) | 149 | new void RunCommand(string module, string[] cp) |
150 | { | 150 | { |
151 | List<string> cmdparams = new List<string>(cp); | 151 | List<string> cmdparams = new List<string>(cp); |
152 | if (cmdparams.Count < 1) | 152 | if (cmdparams.Count < 1) |