diff options
author | Justin Clark-Casey (justincc) | 2012-03-31 01:07:14 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-03-31 01:07:14 +0100 |
commit | 69fc8c4985ebb9e205b86114b7c4e3dd4063153b (patch) | |
tree | a5ededc741f378e55478bab06efe18619b9465ec /OpenSim/Region/Framework/Scenes/Scene.cs | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-69fc8c4985ebb9e205b86114b7c4e3dd4063153b.zip opensim-SC_OLD-69fc8c4985ebb9e205b86114b7c4e3dd4063153b.tar.gz opensim-SC_OLD-69fc8c4985ebb9e205b86114b7c4e3dd4063153b.tar.bz2 opensim-SC_OLD-69fc8c4985ebb9e205b86114b7c4e3dd4063153b.tar.xz |
minor: small message adjustment and unnecessary code elimination when notifying client of no build permission
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 954b76f..fc61571 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -1978,7 +1978,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1978 | else | 1978 | else |
1979 | { | 1979 | { |
1980 | IClientAPI client = null; | 1980 | IClientAPI client = null; |
1981 | if (this.TryGetClient(ownerID, out client)) | 1981 | if (TryGetClient(ownerID, out client)) |
1982 | client.SendAlertMessage("You cannot create objects here."); | 1982 | client.SendAlertMessage("You cannot create objects here."); |
1983 | } | 1983 | } |
1984 | } | 1984 | } |