Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Return if invalid parameters are given to node_detector_scan (e.g. un…
…loaded area), should fix #228
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This if should be enough, all other conditions (
pos == nil
orminetest.facedir_to_dir(node.param2) == nil
) are caused by other bugs in the code which should be fixed instead of having a check here,