Fixed build warnings

This commit is contained in:
Auxilor
2021-10-07 14:45:42 +01:00
parent 8231afdcbf
commit 595751a094
2 changed files with 9 additions and 2 deletions

View File

@@ -50,9 +50,8 @@ class CustomItemsHeadDatabase(
head
)
}
@EventHandler
fun onLoad(event: DatabaseLoadEvent) {
fun onLoad(@Suppress("UNUSED_PARAMETER") event: DatabaseLoadEvent) {
api = HeadDatabaseAPI()
}
}