mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix /move
This commit is contained in:
parent
531f3408a0
commit
223c13561c
6 changed files with 62 additions and 45 deletions
|
|
@ -23,6 +23,12 @@ namespace MinecraftClient.Protocol
|
|||
|
||||
public string? DisplayName;
|
||||
|
||||
// Entity info
|
||||
|
||||
public Mapping.Entity? entity;
|
||||
|
||||
// For message signature
|
||||
|
||||
private readonly PublicKey? PublicKey;
|
||||
|
||||
private readonly DateTime? KeyExpiresAt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue