「モジュール:SMWメンバー情報」の版間の差分
細編集の要約なし |
編集の要約なし |
||
| 106行目: | 106行目: | ||
end | end | ||
-- Add the total selection times to the dataStore | -- Add the total selection times to the dataStore | ||
dataStore["センター回数合計"] = total_c | if total_c > 0 then | ||
dataStore["センター回数合計"] = total_c | |||
end | |||
local generation = '' | local generation = '' | ||
| 165行目: | 167行目: | ||
end | end | ||
-- Add the total selection times to the dataStore | -- Add the total selection times to the dataStore | ||
dataStore["センター回数合計"] = total_c | |||
if total_c > 0 then | |||
dataStore["センター回数合計"] = total_c | |||
end | |||
setProperty(dataStore); | setProperty(dataStore); | ||