diff options
Diffstat (limited to 'nodes_roof.lua')
-rw-r--r-- | nodes_roof.lua | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/nodes_roof.lua b/nodes_roof.lua index 8c2625a..11174d8 100644 --- a/nodes_roof.lua +++ b/nodes_roof.lua @@ -1,10 +1,5 @@ -- 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 --------------------------------------------------------------------------------------- -- roof parts |