WallCrafter progress
This commit is contained in:
@@ -367,7 +367,7 @@ public class Block extends UnlockableContent{
|
||||
}
|
||||
|
||||
/** Returns whether or not this block can be place on the specified */
|
||||
public boolean canPlaceOn(Tile tile, Team team){
|
||||
public boolean canPlaceOn(Tile tile, Team team, int rotation){
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user