mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-22 11:30:11 +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();
|
||||
if (cachedColliders == null || cachedColliderDirection != movementDirection) {
|
||||
cachedColliderDirection = movementDirection;
|
||||
cachedColliders= createColliders(world, movementDirection);
|
||||
cachedColliders = createColliders(world, movementDirection);
|
||||
}
|
||||
return cachedColliders;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue