3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-10-02 20:00:05 +02:00
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;
}
/**