Do not need to shade api module twice since it's declared as inherited in the base api

This commit is contained in:
Ryder Belserion 2023-02-18 21:50:44 -05:00
parent 03aae70fee
commit e0f776760f
No known key found for this signature in database
GPG Key ID: 8FC2E6C54BBF05FE
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ dependencies {
compileOnly(libs.spigot)
implementation(libs.ruby.paper)
implementation(libs.ruby.api)
implementation(libs.triumph.gui)
implementation(libs.triumph.cmds)