Fixed typos in API documentation

This commit is contained in:
Intelli 2022-03-21 15:19:16 -06:00
parent 01ed2e9f97
commit aea0c82fd7
3 changed files with 7 additions and 5 deletions

View file

@ -392,7 +392,7 @@ if (CoreProtect!=null){ //Ensure we have access to the API
List<String[]> lookup = CoreProtect.blockLookup(block, 60);
if (lookup!=null){
for (String[] result : lookup){
ParseResult parseResult = CoreProtect.parseResult(value);
ParseResult parseResult = CoreProtect.parseResult(result);
int x = parseResult.getX();
int y = parseResult.getY();
int z = parseResult.getZ();