diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-02 19:11:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-02 19:11:52 -0300 |
commit | bf4f4649ea76895965283566ec6a88a2c5fc724f (patch) | |
tree | c9375c1b7c871171ba7a63a8766d59686ad576ff /npc | |
parent | a852e0f6940ccb27023a607304e5518d2f2b15fe (diff) | |
download | serverdata-bf4f4649ea76895965283566ec6a88a2c5fc724f.tar.gz serverdata-bf4f4649ea76895965283566ec6a88a2c5fc724f.tar.bz2 serverdata-bf4f4649ea76895965283566ec6a88a2c5fc724f.tar.xz serverdata-bf4f4649ea76895965283566ec6a88a2c5fc724f.zip |
Problems
Diffstat (limited to 'npc')
-rw-r--r-- | npc/scripts.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index b8e33014e..d6f4b0003 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -4,8 +4,6 @@ "npc/functions/permissions.txt", "npc/functions/main.txt", "npc/functions/util.txt", -"npc/functions/asklanguage.txt", -"npc/functions/clientversion.txt", // General-purpose Framework functions "npc/functions/array.txt", @@ -23,6 +21,8 @@ "npc/functions/openbook.txt", // Important functions +"npc/functions/asklanguage.txt", +"npc/functions/clientversion.txt", "npc/functions/game-rules.txt", "npc/functions/inventoryplace.txt", "npc/functions/scoreboards.txt", |