mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-14 13:13:53 +00:00
minor tweak for mutable vectors
This commit is contained in:
@ -56,7 +56,7 @@ public class LocationTest {
|
||||
World world = mock(World.class);
|
||||
Vector3 position = Vector3.at(1, 1, 1);
|
||||
Location location = new Location(world, position);
|
||||
assertEquals(position, location.toVector());
|
||||
assertEquals(position, location);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user