Commit c05ce505 authored by nanahira's avatar nanahira

fix

parent 9fb55164
......@@ -2830,7 +2830,7 @@ ygopro.stoc_follow 'HS_PLAYER_ENTER', true, (buffer, info, client, server, datas
if pos < 4 and pos != client.pos
struct = ygopro.structs.get("STOC_HS_PlayerEnter")
struct._setBuff(buffer)
struct.set("name", room.getMaskedPlayerName())
struct.set("name", info.name + " " + (pos + 1))
buffer = struct.buffer
await return false
......
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