Add nil check
This commit is contained in:
parent
d3be480afe
commit
f126815f0c
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ back {
|
||||||
pronouns = "he_him",
|
pronouns = "he_him",
|
||||||
config = {extra = {times = 1, alt_times = 5}},
|
config = {extra = {times = 1, alt_times = 5}},
|
||||||
loc_vars = function(self, info_queue, _)
|
loc_vars = function(self, info_queue, _)
|
||||||
table.insert(info_queue, G.P_CENTERS.j_credit_card)
|
local _ = info_queue and table.insert(info_queue, G.P_CENTERS.j_credit_card)
|
||||||
return {vars = {self.config.extra.alt_times - self.config.extra.times}}
|
return {vars = {self.config.extra.alt_times - self.config.extra.times}}
|
||||||
end,
|
end,
|
||||||
apply = function(self)
|
apply = function(self)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue