diff options
author | Adam Frisby | 2007-07-05 00:09:45 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-05 00:09:45 +0000 |
commit | 3c46e5b170991e41e8c82e25bae65cf46152b924 (patch) | |
tree | 1d8bb69cc57b9508fd8da25657f1c0bc088e5908 /OpenSim/Region/Environment/Scenes/scripting/ScriptManager.cs | |
parent | A bit more work on Building tools/support. (diff) | |
download | opensim-SC_OLD-3c46e5b170991e41e8c82e25bae65cf46152b924.zip opensim-SC_OLD-3c46e5b170991e41e8c82e25bae65cf46152b924.tar.gz opensim-SC_OLD-3c46e5b170991e41e8c82e25bae65cf46152b924.tar.bz2 opensim-SC_OLD-3c46e5b170991e41e8c82e25bae65cf46152b924.tar.xz |
* Added Java support back into Sugilite (although it still needs a calling host to be added).
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/scripting/ScriptManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/scripting/ScriptManager.cs b/OpenSim/Region/Environment/Scenes/scripting/ScriptManager.cs index 1d47c24..250a4f0 100644 --- a/OpenSim/Region/Environment/Scenes/scripting/ScriptManager.cs +++ b/OpenSim/Region/Environment/Scenes/scripting/ScriptManager.cs | |||
@@ -29,7 +29,7 @@ using System.Collections.Generic; | |||
29 | using OpenSim.Framework.Console; | 29 | using OpenSim.Framework.Console; |
30 | using OpenSim.Region.Environment.Scenes; | 30 | using OpenSim.Region.Environment.Scenes; |
31 | 31 | ||
32 | namespace OpenSim.Region.Enviorment.Scripting | 32 | namespace OpenSim.Region.Environment.Scripting |
33 | { | 33 | { |
34 | public class ScriptManager | 34 | public class ScriptManager |
35 | { | 35 | { |