mirror of
https://github.com/Sokomine/cottages.git
synced 2025-07-04 17:10:23 +02:00
took care of unregistered-globals-warnings
This commit is contained in:
@ -3,12 +3,7 @@
|
||||
-- TODO: add bags (not for carrying around but for decoration)
|
||||
|
||||
-- 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
|
||||
|
||||
cottages_chests = {}
|
||||
-- uses default.chest_formspec for now
|
||||
|
Reference in New Issue
Block a user