mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 04:46:40 +00:00
Fix long-range build tool.
Blocks were always placed around 0,0,0 since the trace direction was being used as a position. Also the message was backwards.
This commit is contained in:
@ -205,7 +205,7 @@ public class ToolCommands {
|
||||
if (secondary instanceof BlockPattern) {
|
||||
secondaryName = ((BlockPattern) secondary).getBlock().getBlockType().getName();
|
||||
}
|
||||
player.print("Left-click set to " + secondaryName + "; right-click set to "
|
||||
+ primaryName + ".");
|
||||
player.print("Left-click set to " + primaryName + "; right-click set to "
|
||||
+ secondaryName + ".");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user