First Version
This commit is contained in:
@@ -60,7 +60,7 @@ class AbstractAgentTrackMission extends Level {
|
||||
// world.getDimension("overworld").runCommand("/kill @e[type=agent]");
|
||||
world.getDimension("overworld").runCommand("execute as @p run codebuilder runtime stop @s");
|
||||
|
||||
teleportAgent(agentStartPositon);
|
||||
teleportAgent(agentStartPositon, agentStartFacing);
|
||||
return false;
|
||||
} else if (isComplete) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user