forked from Upstream/mmocore
waypoints gui no longer auto-opens when using TOGGLE to sneak
This commit is contained in:
parent
071965ad43
commit
12e7da53a7
@ -33,6 +33,7 @@ public class WaypointsListener implements Listener {
|
||||
return;
|
||||
}
|
||||
|
||||
player.setSneaking(false);
|
||||
InventoryManager.WAYPOINTS.newInventory(data, waypoint).open();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user