mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 19:45:14 +00:00
重命名PlayerAdvancement中的player参数为serverPlayer
This commit is contained in:
parent
f6f44d33b2
commit
e132538e8f
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ public class MinecraftEvents {
|
|||
public record PlayerAdvancement(
|
||||
AdvancementHolder advancementHolder,
|
||||
String string,
|
||||
ServerPlayer player,
|
||||
ServerPlayer serverPlayer,
|
||||
AdvancementProgress advancementProgress
|
||||
) {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue