mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08:00
Forgot to git add this file, thanks Moo0
This commit is contained in:
parent
f11e2ba6d6
commit
4e081b8028
@ -445,6 +445,8 @@ public void remove(CommandContext args, LocalSession session, LocalPlayer player
|
||||
} else if (typeStr.matches("items?")
|
||||
|| typeStr.matches("drops?")) {
|
||||
type = EntityType.ITEMS;
|
||||
} else if (typeStr.matches("falling(blocks?|sand|gravel)")) {
|
||||
type = EntityType.FALLING_BLOCKS;
|
||||
} else if (typeStr.matches("paintings?")
|
||||
|| typeStr.matches("art")) {
|
||||
type = EntityType.PAINTINGS;
|
||||
|
Loading…
Reference in New Issue
Block a user