Send shutdown notification to link set

This commit is contained in:
Anna Puddles
2023-01-11 15:28:24 -05:00
committed by GitHub
parent 2dd667f98e
commit fe1ab46d45

View File

@@ -560,7 +560,7 @@ state shutdown
state_entry()
{
llSetText("Shutting down...", <1, 1, 1>, 1);
llMessageLinked(LINK_SET, 0, jsonrpc_notification("prim-dns:shutting-down", JSON_OBJECT, []), NULL_KEY);
state default;
}