mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Upgrade old coordinate parsing.
This commit is contained in:
parent
e01eab28a2
commit
cfdc035617
4 changed files with 9 additions and 18 deletions
|
|
@ -91,7 +91,6 @@ namespace MinecraftClient.Commands
|
|||
try
|
||||
{
|
||||
Location current = handler.GetCurrentLocation(), currentCenter = current.ToCenter();
|
||||
|
||||
Location goal = Location.Parse(current, args[0], args[1], args[2]);
|
||||
|
||||
if (!Movement.CheckChunkLoading(handler.GetWorld(), current, goal))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue