diff options
author | Calinou <calinou@opmbx.org> | 2014-12-27 20:30:19 +0100 |
---|---|---|
committer | Calinou <calinou@opmbx.org> | 2014-12-27 20:30:19 +0100 |
commit | cd65ed093032afe0e32a71b587d9f119dafe3954 (patch) | |
tree | afb89f538414b103b315312ea78e1e81ac965e67 /circular_saw.lua | |
parent | 4b682f47301e68d83da98f6ee5d57c6f526ba051 (diff) |
Big cleanup. Fix intllib support.
Diffstat (limited to 'circular_saw.lua')
-rw-r--r-- | circular_saw.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/circular_saw.lua b/circular_saw.lua index 2af5972..361eee5 100644 --- a/circular_saw.lua +++ b/circular_saw.lua @@ -1,4 +1,5 @@ -local S = moreblocks.gettext +local S = moreblocks.intllib + circular_saw = {} circular_saw.known_stairs = setmetatable({}, { |