minor changes

This commit is contained in:
UbitUmarov
2024-09-16 21:08:11 +01:00
parent 7369bb6a52
commit 833d8f4991
4 changed files with 3 additions and 4 deletions

View File

@@ -6549,7 +6549,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
OSSLShoutError("osAESEncrypt: Failed to encrypt!");
return LSL_String.Empty;
}
return ret.ToString().ToLower();
return ret.ToString();
}
public LSL_String osAESDecrypt(string secret, string encryptedText)