Permission typo

This commit is contained in:
Jesse Boyd 2016-09-03 16:39:24 +10:00
parent 6818ff28ba
commit 101b01cae9

View File

@ -33,7 +33,7 @@ public class InspectBrush extends BrushTool implements DoubleActionTraceTool {
* Construct the tool.
*/
public InspectBrush() {
super("worldedit.brush.inspect");
super("worldedit.tool.inspect");
}
@Override