mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Bugfixes to the Looking and Movement. Added General prompt engineer.
This commit is contained in:
parent
dfef24ad10
commit
691057fe13
6 changed files with 498 additions and 15 deletions
|
|
@ -1176,6 +1176,7 @@ namespace MinecraftClient.Scripting
|
|||
protected void LookAtLocation(Location location)
|
||||
{
|
||||
Handler.UpdateLocation(Handler.GetCurrentLocation(), location);
|
||||
Handler.SendLocationUpdate();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
@ -1186,6 +1187,7 @@ namespace MinecraftClient.Scripting
|
|||
protected void LookAtLocation(float yaw, float pitch)
|
||||
{
|
||||
Handler.UpdateLocation(Handler.GetCurrentLocation(), yaw, pitch);
|
||||
Handler.SendLocationUpdate();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue