diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-02 11:03:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-02 11:03:03 -0300 |
commit | b3def12ea45b45833bbe1d6b5e8c704700a8a6cb (patch) | |
tree | 2dd74c8d04861c64ad9a402657577cfd56e19406 /npc/scripts.conf | |
parent | 397949a0e46fdc813b195a04f02972e8d089ce7b (diff) | |
download | serverdata-b3def12ea45b45833bbe1d6b5e8c704700a8a6cb.tar.gz serverdata-b3def12ea45b45833bbe1d6b5e8c704700a8a6cb.tar.bz2 serverdata-b3def12ea45b45833bbe1d6b5e8c704700a8a6cb.tar.xz serverdata-b3def12ea45b45833bbe1d6b5e8c704700a8a6cb.zip |
Reorder a bit scripts.conf
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index 832e62242..fa1f32f45 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -2,11 +2,11 @@ // Critical functions "npc/functions/permissions.txt", +"npc/functions/array.txt", "npc/functions/main.txt", "npc/functions/util.txt", // General-purpose Framework functions -"npc/functions/array.txt", "npc/functions/input.txt", "npc/functions/math.txt", "npc/functions/string.txt", |