mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-16 17:16:11 +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
|
// Replacement block argument
|
||||||
if (split.length > 3) {
|
if (split.length > 3) {
|
||||||
if (split[3].equalsIgnoreCase("displace")) {
|
replace = getBlock(split[3]);
|
||||||
replace = null; // Displace
|
|
||||||
} else {
|
|
||||||
replace = getBlock(split[3]);
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
replace = new BaseBlock(0);
|
replace = new BaseBlock(0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user