mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-22 07:56:52 +00:00
Upstream changes, prefix changes, formatting changes, variable name changes
I think that draining waterlogged items also works now?
This commit is contained in:
@ -22,7 +22,7 @@ public class VoxelUndoCommand extends VoxelCommand {
|
||||
int amount = Integer.parseInt(args[0]);
|
||||
sniper.undo(amount);
|
||||
} catch (NumberFormatException exception) {
|
||||
player.sendMessage(BBC.getPrefix() + "Number expected; string given.");
|
||||
player.sendMessage("Number expected; string given.");
|
||||
}
|
||||
} else {
|
||||
sniper.undo();
|
||||
|
Reference in New Issue
Block a user