mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Merge branch 'avination' into careminster
This commit is contained in:
@@ -3386,7 +3386,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
public void llInstantMessage(string user, string message)
|
||||
{
|
||||
UUID result;
|
||||
if (!UUID.TryParse(user, out result))
|
||||
if (!UUID.TryParse(user, out result) || result == UUID.Zero)
|
||||
{
|
||||
ShoutError("An invalid key was passed to llInstantMessage");
|
||||
ScriptSleep(2000);
|
||||
|
||||
Reference in New Issue
Block a user