mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-28 22:05:01 +01:00
Merge pull request #6065 from cakeGit/patch-1
Added missing whitespace to TranslatingContraption.java
This commit is contained in:
commit
7582646e37
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public abstract class TranslatingContraption extends Contraption {
|
||||||
return Collections.emptySet();
|
return Collections.emptySet();
|
||||||
if (cachedColliders == null || cachedColliderDirection != movementDirection) {
|
if (cachedColliders == null || cachedColliderDirection != movementDirection) {
|
||||||
cachedColliderDirection = movementDirection;
|
cachedColliderDirection = movementDirection;
|
||||||
cachedColliders= createColliders(world, movementDirection);
|
cachedColliders = createColliders(world, movementDirection);
|
||||||
}
|
}
|
||||||
return cachedColliders;
|
return cachedColliders;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue