Commit df1b90bf authored by nanahira's avatar nanahira

js

parent c05ce505
...@@ -3737,7 +3737,7 @@ ...@@ -3737,7 +3737,7 @@
if (pos < 4 && pos !== client.pos) { if (pos < 4 && pos !== client.pos) {
struct = ygopro.structs.get("STOC_HS_PlayerEnter"); struct = ygopro.structs.get("STOC_HS_PlayerEnter");
struct._setBuff(buffer); struct._setBuff(buffer);
struct.set("name", room.getMaskedPlayerName()); struct.set("name", info.name + " " + (pos + 1));
buffer = struct.buffer; buffer = struct.buffer;
} }
} }
......
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