llModPow precision has been fixed and the delay removed

This commit is contained in:
Sei Lisa 2025-02-01 12:00:18 +01:00
parent e27ece3536
commit 23e71354c5
6 changed files with 34 additions and 44 deletions

View file

@ -2,7 +2,6 @@ default
{
timer()
{
llModPow(4, 1, 2);
llXorBase64Strings("AB", "CD");
}
}