WallCrafter progress

This commit is contained in:
Anuken
2021-07-07 16:28:33 -04:00
parent 0543616f15
commit 64ab8328b8
12 changed files with 101 additions and 62 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ public class Build{
return false;
}
if(!type.canPlaceOn(tile, team)){
if(!type.canPlaceOn(tile, team, rotation)){
return false;
}