Commit 401301b84d2eb8db120b559bc16b5e77b1f8f53f
Merge branch 'tr/bugfix' into tr/publish/preview
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/models/RolePlugin.lua
@@ -1349,7 +1349,7 @@ function RolePlugin.bind(Role) | @@ -1349,7 +1349,7 @@ function RolePlugin.bind(Role) | ||
1349 | end | 1349 | end |
1350 | end) | 1350 | end) |
1351 | result[idx] = {} | 1351 | result[idx] = {} |
1352 | - for i,v in ipairs(temp) do | 1352 | + for i,v in pairs(temp) do |
1353 | if v then | 1353 | if v then |
1354 | result[idx][i] = tonumber(v) | 1354 | result[idx][i] = tonumber(v) |
1355 | end | 1355 | end |