From 6be01a881500b4907571a7b3b9cb80dc92033112 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 20 Aug 2022 00:37:03 +0100 Subject: [PATCH] missed a file --- OpenSim/Framework/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/Constants.cs b/OpenSim/Framework/Constants.cs index 6f19cbf82c..862511ea4e 100644 --- a/OpenSim/Framework/Constants.cs +++ b/OpenSim/Framework/Constants.cs @@ -59,7 +59,7 @@ namespace OpenSim.Framework public static readonly string DefaultTexture = "89556747-24cb-43ed-920b-47caed15465f"; //plywood public static readonly UUID DefaultTextureID = new UUID(DefaultTexture); - public static readonly string DefaultScript = "c5f02401-f08b-4519-952c-fdab017c10b7"; // simple llsay + public static readonly string DefaultScript = "2074003b-8d5f-40e5-8b20-581c1c50aedb"; // must be on default assets and cache public static readonly UUID DefaultScriptID = new UUID(DefaultScript); public static readonly byte[] DefaultScriptData = osUTF8.GetASCIIBytes("default\n{\n state_entry()\n {\n llSay(0, \"Script running\");\n }\n}");