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
f83dbaaa
Commit
f83dbaaa
authored
Sep 09, 2024
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
0ad19f16
Pipeline
#29619
passed with stages
in 20 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ygopro-server.coffee
ygopro-server.coffee
+1
-1
No files found.
ygopro-server.coffee
View file @
f83dbaaa
...
@@ -1819,7 +1819,7 @@ class Room
...
@@ -1819,7 +1819,7 @@ class Room
@
watcher_buffers
.
push
chat_buf
@
watcher_buffers
.
push
chat_buf
return
return
getMaskedPlayerName
(
player
,
sight_player
)
->
getMaskedPlayerName
:
(
player
,
sight_player
)
->
if
not
settings
.
modules
.
hide_name
or
(
sight_player
and
player
==
sight_player
)
or
not
(
@
random_type
or
@
arena
)
if
not
settings
.
modules
.
hide_name
or
(
sight_player
and
player
==
sight_player
)
or
not
(
@
random_type
or
@
arena
)
return
player
.
name
return
player
.
name
if
@
duel_stage
==
ygopro
.
constants
.
DUEL_STAGE
.
BEGIN
and
settings
.
modules
.
hide_name
==
"start"
if
@
duel_stage
==
ygopro
.
constants
.
DUEL_STAGE
.
BEGIN
and
settings
.
modules
.
hide_name
==
"start"
...
...
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