Skip to content

Commit

Permalink
Ignore exceptions for tab argument conversion
Browse files Browse the repository at this point in the history
- This behavior is now consistent with standard ArgType conversion
  • Loading branch information
boxbeam committed Dec 23, 2021
1 parent d2bc63e commit 8ff3eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}
dependencies {
compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'
api 'com.github.Redempt:RedCommands:1.5.3.1'
api 'com.github.Redempt:RedCommands:1.5.4'
}
sourceSets {
main {
Expand Down
2 changes: 1 addition & 1 deletion res/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: RedLib
main: redempt.redlib.RedLib
version: 2021-12-22 05:10
version: 2021-12-23 05:52
author: Redempt
api-version: 1.13
load: STARTUP

0 comments on commit 8ff3eec

Please sign in to comment.