mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Bug fix
This commit is contained in:
parent
bcded40476
commit
db17babe58
6 changed files with 23 additions and 26 deletions
|
|
@ -55,7 +55,7 @@ namespace MinecraftClient
|
|||
private bool locationReceived = false;
|
||||
private World world = new();
|
||||
private Queue<Location> steps;
|
||||
private Queue<Location> path;
|
||||
private Queue<Location>? path;
|
||||
private Location location;
|
||||
private float? _yaw; // Used for calculation ONLY!!! Doesn't reflect the client yaw
|
||||
private float? _pitch; // Used for calculation ONLY!!! Doesn't reflect the client pitch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue