miss one minor changes, for coerence

This commit is contained in:
UbitUmarov 2024-09-16 21:20:15 +01:00
parent 833d8f4991
commit 27361a4472

View file

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