remove some more obf helpers
This commit is contained in:
@@ -30,7 +30,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
- action.accept(voxelShape);
|
||||
+ // Paper start
|
||||
+ if (worldBorder.isWithinBounds(aABB.deflate(1.0E-7D)) && !worldBorder.isWithinBounds(aABB.inflate(1.0E-7D))) {
|
||||
+ action.accept(worldBorder.asVoxelShape());
|
||||
+ action.accept(worldBorder.getCollisionShape());
|
||||
+ // Paper end
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user