Remove commented printf
This commit is contained in:
@ -118,7 +118,6 @@ const (
|
||||
)
|
||||
|
||||
func (m Movement) Possible(nav *Nav, x, y, z int, from V3, previous Movement) bool {
|
||||
// fmt.Printf("%s.Possible(%d,%d,%d)\n", m, x, y, z)
|
||||
switch m {
|
||||
case Waypoint, TraverseNorth, TraverseSouth, TraverseEast, TraverseWest:
|
||||
if !SteppableBlock(nav.World.GetBlockStatus(x, y, z)) {
|
||||
|
Reference in New Issue
Block a user