mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-12 08:08:34 +00:00
various
use vector.add for compatibility with vs-flattened flush before remember share meta objects across players fix wg compatibility
This commit is contained in:
@ -779,4 +779,9 @@ public abstract class BlockVector3 {
|
||||
return "(" + getX() + ", " + getY() + ", " + getZ() + ")";
|
||||
}
|
||||
|
||||
//Used by VS fork
|
||||
public BlockVector3 plus(BlockVector3 other) {
|
||||
return add(other);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user