Use the shorthand 'mailname' from now on

objectmail_hostname will be deprecated but will still work
This commit is contained in:
lickx
2024-09-24 04:37:11 +02:00
committed by lickx
parent 1b604f90bc
commit f569e656d5

View File

@@ -6489,6 +6489,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
return World.SceneGridInfo == null ? string.Empty : World.SceneGridInfo.GridName;
case "objectmail_hostname":
goto case "mailname";
case "mailname":
if (m_emailModule is not null)
return m_internalObjectHost;
return "";