diff options
* Now there's one Console class, and instead the apps responds to cmd's and show's
* Removed Golden Future TCP/SimChat options
* Moved Ode.NET.dll to bin and changed prebuild accordingly (due to Prebuild limitations)
* Normalized some namespaces
* Added FxCop project
* Added (temp disabled) Servers project (for great justice)
Diffstat (limited to 'OpenGridServices.GridServer/SimProfiles.cs')
-rw-r--r-- | OpenGridServices.GridServer/SimProfiles.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenGridServices.GridServer/SimProfiles.cs b/OpenGridServices.GridServer/SimProfiles.cs index 6db8331..4971b4b 100644 --- a/OpenGridServices.GridServer/SimProfiles.cs +++ b/OpenGridServices.GridServer/SimProfiles.cs | |||
@@ -32,11 +32,10 @@ using System.Text; | |||
32 | using System.Collections; | 32 | using System.Collections; |
33 | using System.Collections.Generic; | 33 | using System.Collections.Generic; |
34 | using libsecondlife; | 34 | using libsecondlife; |
35 | using ServerConsole; | ||
36 | using OpenSim.Framework.Utilities; | 35 | using OpenSim.Framework.Utilities; |
37 | using OpenSim.Framework.Sims; | 36 | using OpenSim.Framework.Sims; |
38 | 37 | ||
39 | namespace OpenGridServices | 38 | namespace OpenGridServices.GridServer |
40 | { | 39 | { |
41 | /// <summary> | 40 | /// <summary> |
42 | /// </summary> | 41 | /// </summary> |