mirror of
https://github.com/Sokomine/cottages.git
synced 2026-01-14 04:55:40 +01:00
took care of unregistered-globals-warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user