ok no static..

This commit is contained in:
UbitUmarov
2025-04-17 20:34:43 +01:00
parent de749dd6ed
commit 147d90b258

View File

@@ -19421,7 +19421,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
*/
}
public static LSL_String llComputeHash(LSL_String message, LSL_String algo)
public LSL_String llComputeHash(LSL_String message, LSL_String algo)
{
switch (algo)
{