Tile.hasBox() fixed.
This commit is contained in:
		@@ -80,6 +80,6 @@ public abstract class Tile {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    public boolean hasBox() {
 | 
					    public boolean hasBox() {
 | 
				
			||||||
        return boxStack.isEmpty();
 | 
					        return !boxStack.isEmpty();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user