diff options
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 597ba324a..f9f6c6c5d 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -4,7 +4,6 @@ "npc/functions/permissions.txt", "npc/functions/main.txt", "npc/functions/util.txt", -"npc/functions/instances.txt", // General-purpose Framework functions "npc/functions/array.txt", @@ -92,6 +91,7 @@ // These are to be proccessed later "npc/functions/gmbot.txt", +"npc/functions/instances.txt", // Maps specific scripts @include "npc/_import.txt" |