Commit eaaf84cd authored by nanahira's avatar nanahira

Merge branch 'master' into koishi

parents 6e36465f f83dbaaa
Pipeline #29620 passed with stages
in 11 minutes and 59 seconds
......@@ -1995,7 +1995,7 @@ class Room
@watcher_buffers.push chat_buf
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)
return player.name
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