mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Spectator-Teleport Implementation (#1825)
This commit is contained in:
parent
4ba09754de
commit
76a10c0cd8
6 changed files with 88 additions and 0 deletions
|
|
@ -860,5 +860,10 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
{
|
||||
return false; //MC 1.13+
|
||||
}
|
||||
|
||||
public bool SendSpectate(Guid UUID)
|
||||
{
|
||||
return false; //Currently not implemented
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue