FastAsyncWorldEdit/src/main/java
TomyLobo 447de4b206 - CommandContext's valueFlag constructor will now ignore the 0th element of args (no idea why that is even there)
- Limited flags to a-zA-Z
- Passing null to the valueFlag constructor will disable flag parsing altogether
- Adjusted the error message
- Added javadoc to CommandContext(String[], Set<Character>)
- Added CommandContext(String, Set<Character>)
2011-08-27 16:12:49 +02:00
..
com/sk89q - CommandContext's valueFlag constructor will now ignore the 0th element of args (no idea why that is even there) 2011-08-27 16:12:49 +02:00