fix error made while copying and pasting.
Signed-off-by: scorbett123 <sam@corbettchocolates.com>
This commit is contained in:
parent
60f81fb89d
commit
c0f7d5ab44
@ -175,7 +175,7 @@ public final class MemoryBehavior extends Behavior {
|
||||
@Override
|
||||
public void onPlayerDeath() {
|
||||
Waypoint deathWaypoint = new Waypoint("death", Waypoint.Tag.DEATH, ctx.playerFeet());
|
||||
baritone.getWorldProvider().getCurrentWorld().getWaypoints().addWaypoint(new Waypoint("death", Waypoint.Tag.DEATH, ctx.playerFeet()));
|
||||
baritone.getWorldProvider().getCurrentWorld().getWaypoints().addWaypoint(deathWaypoint);
|
||||
ITextComponent component = new TextComponentString("Death position saved.");
|
||||
component.getStyle()
|
||||
.setColor(TextFormatting.WHITE)
|
||||
|
Loading…
Reference in New Issue
Block a user