Commit f83dbaaa authored by nanahira's avatar nanahira

fix

parent 0ad19f16
Pipeline #29619 passed with stages
in 20 minutes and 55 seconds
...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment