Updated config comment handling to support 1.18.1 properly

This commit is contained in:
Esophose 2022-01-03 07:36:29 -07:00
parent c60d90b261
commit 1c0dd516e2
No known key found for this signature in database
GPG key ID: DE0E013CAE5C630A
3 changed files with 34 additions and 2 deletions

View file

@ -35,7 +35,7 @@ dependencies {
compileOnly 'org.jetbrains:annotations:16.0.2'
compileOnly 'me.clip:placeholderapi:2.10.4'
compileOnly 'org.xerial:sqlite-jdbc:3.23.1'
compileOnly 'org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT'
}
shadowJar {