diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/Chat/RegionState.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/Chat/RegionState.cs b/OpenSim/Region/OptionalModules/Avatar/Chat/RegionState.cs index 5505001..a3ef83b 100644 --- a/OpenSim/Region/OptionalModules/Avatar/Chat/RegionState.cs +++ b/OpenSim/Region/OptionalModules/Avatar/Chat/RegionState.cs | |||
@@ -414,7 +414,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Chat | |||
414 | } | 414 | } |
415 | } | 415 | } |
416 | 416 | ||
417 | // This method gives the region an opportunity to interfere with | 417 | // This method gives the region an opportunity to interfere with |
418 | // message delivery. For now we just enforce the enable/disable | 418 | // message delivery. For now we just enforce the enable/disable |
419 | // flag. | 419 | // flag. |
420 | 420 | ||
@@ -428,7 +428,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Chat | |||
428 | } | 428 | } |
429 | } | 429 | } |
430 | 430 | ||
431 | // This supports any local message traffic that might be needed in | 431 | // This supports any local message traffic that might be needed in |
432 | // support of command processing. At present there is none. | 432 | // support of command processing. At present there is none. |
433 | 433 | ||
434 | internal void LocalChat(string msg) | 434 | internal void LocalChat(string msg) |