diff options
author | Melanie | 2009-08-10 23:08:22 +0100 |
---|---|---|
committer | Melanie | 2009-08-10 23:08:22 +0100 |
commit | eba23048ca2d6dd1b934e11dc426093e5b2134c7 (patch) | |
tree | da54852717bb696798d2e45fa0bcbf89f61f9228 /OpenSim/Region/CoreModules/Avatar/Chat | |
parent | Last piece of cleaning up old inventory. Old IInventoryServices and ISecureIn... (diff) | |
download | opensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.zip opensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.tar.gz opensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.tar.bz2 opensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.tar.xz |
Replace the Replaceable modules name
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Chat')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs b/OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs index 9e85b11..fcc2673 100644 --- a/OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs | |||
@@ -125,7 +125,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Chat | |||
125 | { | 125 | { |
126 | } | 126 | } |
127 | 127 | ||
128 | public Type ReplacableInterface | 128 | public Type ReplaceableInterface |
129 | { | 129 | { |
130 | get { return null; } | 130 | get { return null; } |
131 | } | 131 | } |