diff options
author | Teravus Ovares | 2007-12-28 20:48:27 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-12-28 20:48:27 +0000 |
commit | 7685f9c90f1f3f5aaeeaded5a7b4e56e89e76982 (patch) | |
tree | 31bdd017f351f8409bfe2303aaa9b3132165fe3f /OpenSim/Region/Environment | |
parent | Move inventory contents configuration files to bin/inventory folder (diff) | |
download | opensim-SC_OLD-7685f9c90f1f3f5aaeeaded5a7b4e56e89e76982.zip opensim-SC_OLD-7685f9c90f1f3f5aaeeaded5a7b4e56e89e76982.tar.gz opensim-SC_OLD-7685f9c90f1f3f5aaeeaded5a7b4e56e89e76982.tar.bz2 opensim-SC_OLD-7685f9c90f1f3f5aaeeaded5a7b4e56e89e76982.tar.xz |
* applied melanie's matnis patch #255. Thanks Melanie.
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/InnerScene.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/InnerScene.cs b/OpenSim/Region/Environment/Scenes/InnerScene.cs index 4233853..5ad5646 100644 --- a/OpenSim/Region/Environment/Scenes/InnerScene.cs +++ b/OpenSim/Region/Environment/Scenes/InnerScene.cs | |||
@@ -766,7 +766,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
766 | { | 766 | { |
767 | if (PermissionsMngr.CanEditObject(remoteClient.AgentId, group.UUID)) | 767 | if (PermissionsMngr.CanEditObject(remoteClient.AgentId, group.UUID)) |
768 | { | 768 | { |
769 | group.SetPartDescription(description, primLocalID); | 769 | group.SetPartDescription(description.Replace("\0",""), primLocalID); |
770 | } | 770 | } |
771 | } | 771 | } |
772 | } | 772 | } |
@@ -958,4 +958,4 @@ namespace OpenSim.Region.Environment.Scenes | |||
958 | 958 | ||
959 | #endregion | 959 | #endregion |
960 | } | 960 | } |
961 | } \ No newline at end of file | 961 | } |