mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 04:46:40 +00:00
Further BaseBlock modernisation
This commit is contained in:
@ -214,7 +214,7 @@ public class ToolCommands {
|
||||
|
||||
session.setTool(itemStack.getType(), new LongRangeBuildTool(primary, secondary));
|
||||
player.print("Long-range building tool bound to " + itemStack.getType().getName() + ".");
|
||||
player.print("Left-click set to " + secondary.getType().getName() + "; right-click set to "
|
||||
+ primary.getType().getName() + ".");
|
||||
player.print("Left-click set to " + secondary.getBlockType().getName() + "; right-click set to "
|
||||
+ primary.getBlockType().getName() + ".");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user