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 /nodes.lua | |
parent | 4b682f47301e68d83da98f6ee5d57c6f526ba051 (diff) |
Big cleanup. Fix intllib support.
Diffstat (limited to 'nodes.lua')
-rw-r--r-- | nodes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -local S = moreblocks.gettext +local S = moreblocks.intllib local sound_wood = default.node_sound_wood_defaults() local sound_stone = default.node_sound_stone_defaults() |