mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
minor: small message adjustment and unnecessary code elimination when notifying client of no build permission
This commit is contained in:
@@ -1978,7 +1978,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
else
|
||||
{
|
||||
IClientAPI client = null;
|
||||
if (this.TryGetClient(ownerID, out client))
|
||||
if (TryGetClient(ownerID, out client))
|
||||
client.SendAlertMessage("You cannot create objects here.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user