Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
srvpro
Commits
39fb4491
Commit
39fb4491
authored
Feb 16, 2024
by
IamIpanda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix cannot get this inner extra_mode_func
parent
58104b64
Pipeline
#26218
passed with stages
in 8 minutes and 52 seconds
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ygopro-server.coffee
ygopro-server.coffee
+1
-1
ygopro-server.js
ygopro-server.js
+1
-1
No files found.
ygopro-server.coffee
View file @
39fb4491
...
...
@@ -1282,7 +1282,7 @@ class Room
@
hostinfo
.
lflist
=
lflist
for
extra_mode_func
from
extra_mode_list
extra_mode_func
rule
extra_mode_func
.
call
this
,
rule
if
(
rule
.
match
/(^|,|,)(NOLFLIST|NF)(,|,|$)/
)
@
hostinfo
.
lflist
=
-
1
...
...
ygopro-server.js
View file @
39fb4491
...
...
@@ -1681,7 +1681,7 @@
this
.
hostinfo
.
lflist
=
lflist
;
}
for
(
extra_mode_func
of
extra_mode_list
)
{
extra_mode_func
(
rule
);
extra_mode_func
.
call
(
this
,
rule
);
}
if
(
rule
.
match
(
/
(
^|,|,
)(
NOLFLIST|NF
)(
,|,|$
)
/
))
{
this
.
hostinfo
.
lflist
=
-
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment