diff options
Diffstat (limited to 'nodes_barrel.lua')
-rw-r--r-- | nodes_barrel.lua | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/nodes_barrel.lua b/nodes_barrel.lua index ce37646..c3c9e6f 100644 --- a/nodes_barrel.lua +++ b/nodes_barrel.lua @@ -21,13 +21,7 @@ -- TODO: option so that it works without nodeboxes --- Boilerplate to support localized strings if intllib mod is installed. -local S -if intllib then - S = intllib.Getter() -else - S = function(s) return s end -end +local S = cottages.S barrel = {}; |