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
5f44bcc3185d0218eae7fe2b2fe4e7d48092fc79
Authored by
zhouhaihai
2020-02-14 11:54:02 +0800
1 parent
e6439157
bug
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/models/RolePlugin.lua
Inline
Side-by-side
src/models/RolePlugin.lua
Wrap text
Show/Hide comments
View file @
5f44bcc
...
...
@@ -740,6 +740,7 @@ function RolePlugin.bind(Role)
740
740
end
741
741
742
742
function Role:advChapterIsOpen(chapterId, layer)
743
+ layer = layer or 1
743
744
local exlayer = math.floor((layer - 1) / 10) * 10 + 1
744
745
745
746
if exlayer == 1 then --第一层判断前置
...
...