WorldEdit
WorldEdit copied to clipboard
Code style inconsistant
There are a few inconsistencies in the code style.
- [ ] Semicolons are sometimes used to end a statement.
- [ ] Variable names switch between PascalCase and camelCase.
I'd prefer to switch all variable names to camelCase.