this … what was it good for?

This commit is contained in:
HybridDog 2015-02-14 23:07:23 +01:00
parent d974117fe7
commit 4db867fa7e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ local insertion_pattern = "("..INS_CHAR.."?)"..INS_CHAR.."(%(?)(%d+)(%)?)"
local function make_getter(msgstrs)
return function(s, ...)
local str
if strs then
if rawget(_G, "strs") then
str = msgstrs[s]
end
if not str or str == "" then