From 41a10a86d5d2257778b2e422b8a560ed8ea2cbba Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 5 Feb 2015 10:07:38 +0100 Subject: reduce intllib code --- wrench/init.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'wrench/init.lua') diff --git a/wrench/init.lua b/wrench/init.lua index f971970..fbe1e10 100644 --- a/wrench/init.lua +++ b/wrench/init.lua @@ -20,12 +20,7 @@ dofile(modpath.."/support.lua") dofile(modpath.."/technic.lua") -- Boilerplate to support localized strings if intllib mod is installed. -local S -if rawget(_G, "intllib") then - S = intllib.Getter() -else - S = function(s) return s end -end +local S = rawget(_G, "intllib") and intllib.Getter() or function(s) return s end local function get_meta_type(name, metaname) local def = wrench.registered_nodes[name] -- cgit v1.2.3