oops sorry.

Signed-off-by: matt <4009945+MattBDev@users.noreply.github.com>
This commit is contained in:
matt
2019-03-15 13:39:51 -04:00
parent 672fb0f829
commit 61cb288382
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ public class LocationTest {
Location clone = location1.clone();
world = "normal";
logger.info(clone.toString());
location1.getBlockVector3()
//location1.getBlockVector3();
}
}