mirror of
https://github.com/Eaglercraft-Archive/EaglercraftX-1.8-workspace.git
synced 2026-06-21 02:23:45 +02:00
u43
This commit is contained in:
@@ -61,7 +61,7 @@ public class BlockPos extends Vec3i {
|
||||
}
|
||||
|
||||
public BlockPos(Vec3i source) {
|
||||
this(source.getX(), source.getY(), source.getZ());
|
||||
this(source.x, source.y, source.z);
|
||||
}
|
||||
|
||||
/**+
|
||||
|
||||
Reference in New Issue
Block a user