Dieser Commit ist enthalten in:
Jesse Boyd 2019-07-18 00:38:59 +10:00 committet von wizjany
Ursprung 05cee0a30b
Commit 1d413cde76

Datei anzeigen

@ -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;
}
/**