//update in wrong commands section
octylFractal opened this issue ยท 0 comments
WorldEdit Version
7.3.x
Platform Version
N/A
Confirmations
- I am using the most recent Minecraft release.
- I am using a version of WorldEdit compatible with my Minecraft version.
- I am using the latest or recommended version of my platform software.
- I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
- I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)
Bug Description
//update
belongs in RegionCommands
because it is a region operation but is currently in GeneralCommands
.
Expected Behavior
//update
is defined in RegionCommands
.
Reproduction Steps
N/A
Anything Else?
No response