diff options
author | Anthony Zhang <azhang9@gmail.com> | 2013-03-20 17:18:21 -0400 |
---|---|---|
committer | Anthony Zhang <azhang9@gmail.com> | 2013-03-20 17:18:21 -0400 |
commit | d1828affffb332dceb0665753a4b6c1cb151df5b (patch) | |
tree | ba31f0b299ede366845313640ef626e460c9a2e5 | |
parent | 9209d81d2022146ff53aea42dc66739b97b9138b (diff) |
Oops, forgot to load the compatibility module.
-rw-r--r-- | worldedit/init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/worldedit/init.lua b/worldedit/init.lua index 948d317..aaf70ae 100644 --- a/worldedit/init.lua +++ b/worldedit/init.lua @@ -3,4 +3,5 @@ dofile(path .. "/manipulations.lua") dofile(path .. "/primitives.lua")
dofile(path .. "/visualization.lua")
dofile(path .. "/serialization.lua")
-dofile(path .. "/code.lua")
\ No newline at end of file +dofile(path .. "/code.lua")
+dofile(path .. "/compatibility.lua")
\ No newline at end of file |