BrushTool typo

This commit is contained in:
Jesse Boyd 2019-07-18 00:38:59 +10:00 committed by wizjany
parent 05cee0a30b
commit 1d413cde76

View File

@ -92,7 +92,7 @@ public class BrushTool implements TraceTool {
* @return the mask used to stop block traces
*/
public @Nullable Mask getTraceMask() {
return mask;
return this.traceMask;
}
/**