Fixed typos in API documentation
This commit is contained in:
parent
01ed2e9f97
commit
aea0c82fd7
3 changed files with 7 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue