waypoints gui no longer auto-opens when using TOGGLE to sneak

This commit is contained in:
ASangarin 2020-06-27 17:02:19 +02:00
parent 071965ad43
commit 12e7da53a7

View File

@ -33,6 +33,7 @@ public class WaypointsListener implements Listener {
return;
}
player.setSneaking(false);
InventoryManager.WAYPOINTS.newInventory(data, waypoint).open();
}
}