Commit 8af5da90 authored by nanahira's avatar nanahira

Merge branch 'master' into koishi

parents c232244c df1b90bf
Pipeline #29632 passed with stages
in 20 minutes and 43 seconds
......@@ -4021,7 +4021,7 @@
if (pos < 4 && 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;
}
}
......
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