mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Removed displacement argument from //move and //moveair (not yet implemented).
This commit is contained in:
parent
86f2c67a35
commit
5dc69ae325
@ -692,11 +692,7 @@ public class WorldEdit {
|
||||
|
||||
// Replacement block argument
|
||||
if (split.length > 3) {
|
||||
if (split[3].equalsIgnoreCase("displace")) {
|
||||
replace = null; // Displace
|
||||
} else {
|
||||
replace = getBlock(split[3]);
|
||||
}
|
||||
replace = getBlock(split[3]);
|
||||
} else {
|
||||
replace = new BaseBlock(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user