Skip to content

Commit abcbbae

Browse files
committed
fix typo
1 parent a7e6a43 commit abcbbae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cryptid.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,13 +251,13 @@ function SMODS.injectItems(...)
251251
Cryptid.reload_localization()
252252
local keys = {}
253253
local a_keys = {}
254-
for i, v in pairs(SMODS.calculation_keys) do
254+
for i, v in pairs(SMODS.other_calculation_keys) do
255255
if not keys[v] then
256256
a_keys[#a_keys + 1] = v
257257
end
258258
keys[v] = true
259259
end
260-
SMODS.calculation_keys = a_keys
260+
SMODS.other_calculation_keys = a_keys
261261
end
262262

263263
local old_repitions = SMODS.calculate_repetitions

0 commit comments

Comments
 (0)