diff options
author | BlueWall | 2012-12-07 19:41:07 -0500 |
---|---|---|
committer | BlueWall | 2012-12-07 19:41:07 -0500 |
commit | a6e5a2f4df806025826c56f5de81bdee398939a0 (patch) | |
tree | a0f5f0edf20f5db989ac0838a0abf9a81ff766e8 /OpenSim/Server/Base | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-a6e5a2f4df806025826c56f5de81bdee398939a0.zip opensim-SC_OLD-a6e5a2f4df806025826c56f5de81bdee398939a0.tar.gz opensim-SC_OLD-a6e5a2f4df806025826c56f5de81bdee398939a0.tar.bz2 opensim-SC_OLD-a6e5a2f4df806025826c56f5de81bdee398939a0.tar.xz |
Prebuild fix
Had moved the class to a different namespace but failed to add the reference
Diffstat (limited to 'OpenSim/Server/Base')
-rw-r--r-- | OpenSim/Server/Base/CommandManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Base/CommandManager.cs b/OpenSim/Server/Base/CommandManager.cs index 88aac00..bd18485 100644 --- a/OpenSim/Server/Base/CommandManager.cs +++ b/OpenSim/Server/Base/CommandManager.cs | |||
@@ -32,8 +32,8 @@ using System.Linq; | |||
32 | using System.Collections; | 32 | using System.Collections; |
33 | using System.Collections.Generic; | 33 | using System.Collections.Generic; |
34 | using System.Collections.ObjectModel; | 34 | using System.Collections.ObjectModel; |
35 | using Mono.Addins.Setup; | ||
35 | using Mono.Addins; | 36 | using Mono.Addins; |
36 | // using Mono.Addins.Setup; | ||
37 | using Mono.Addins.Description; | 37 | using Mono.Addins.Description; |
38 | using OpenSim.Framework; | 38 | using OpenSim.Framework; |
39 | 39 | ||