summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-07-13 14:05:34 -0300
committerJesusaves <cpntb1@ymail.com>2023-07-13 14:05:34 -0300
commitd093e63657086c1053f8a8a1709480241accfa64 (patch)
tree5bb1eaa1eb54b81597486985048a0ee95d0715ff
parent753f10f92a09c8705d6c294f59b46071890bc4c0 (diff)
downloadserverdata-d093e63657086c1053f8a8a1709480241accfa64.tar.gz
serverdata-d093e63657086c1053f8a8a1709480241accfa64.tar.bz2
serverdata-d093e63657086c1053f8a8a1709480241accfa64.tar.xz
serverdata-d093e63657086c1053f8a8a1709480241accfa64.zip
Add an extra disclaimer to be on the safe side. We're using XLITE version.
-rw-r--r--npc/functions/main.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index f90c99a8b..bbb75dd40 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -300,6 +300,7 @@ function script any_of {
}
// Miller Algorithm implementation for shuffling (PRIG)
+// (C) Copyright 2022 Ronald R. Miller, licensed under Apache 2.0 License
// miller_rand( state, seed, array_size )
function script miller_rand {
.@inx = getarg(0);