mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
BrushTool typo
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user