GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
f92a4472cd7f90c92058d00c2e17ceb75a0cfd24
Authored by
chenyueqi
2021-03-17 17:40:16 +0800
2 parents
5918ff4c
c4814196
Merge branch 'tr/develop' into tr/bugfix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/models/RolePlugin.lua
Inline
Side-by-side
src/models/RolePlugin.lua
Wrap text
Show/Hide comments
View file @
f92a447
...
...
@@ -1349,7 +1349,7 @@ function RolePlugin.bind(Role)
1349
1349
end
1350
1350
end)
1351
1351
result[idx] = {}
1352
- for i,v in
i
pairs(temp) do
1352
+ for i,v in
pairs(temp) do
1353
1353
if v then
1354
1354
result[idx][i] = tonumber(v)
1355
1355
end
...
...